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.16.1.1
version=0.16.2.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=bb52fbfe85e6493db801612dad28890d4c1dedb9bb7eaa758038f5ee42d666e1
checksum=800838069272870a6f4fc9eadf017c0819f7d89abf607117080b079d4bf7c017
;;
aarch64)
_arch_suffix=arm64
checksum=de757b3aa194c0e35c465c1b05a4ef40468ce9494fb4ddc21edc86f73a5b4884
checksum=ee5df7a0fc07be51aba24c0dab9ed3e7b7947199137af8d9d26a9f58f7d38df7
;;
esac

Expand Down