Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions vup/srcpkgs/browsers/helium/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'helium'
pkgname=helium
version=0.12.1.1
version=0.12.3.1
revision=1
archs="x86_64 aarch64"
depends="
Expand Down Expand Up @@ -41,11 +41,11 @@ _baseurl="https://github.com/imputnet/helium-linux/releases/download/${version}"
case "$XBPS_TARGET_MACHINE" in
x86_64)
_arch_suffix=x86_64
checksum=2d04df7ca6547f91cc9bf0e0cbc5256cbb4695dcf7a6d426daa3f1e1f5f3639e
checksum=6b891cb9d37e6ec395db9dc14a64c5b31d139e09abfe36d477f03581eb1ce901
;;
aarch64)
_arch_suffix=arm64
checksum=0f11601c71a5bf32e8fd4769682031e6dacac18e803c5c87f058513da682b4c1
checksum=18dfe4ff99a46b334f6354c6386c0955874cd1847cd39ff61c754663a7b5fbd7
;;
esac

Expand Down