Skip to content
Open
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.2.1
version=0.16.5.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=800838069272870a6f4fc9eadf017c0819f7d89abf607117080b079d4bf7c017
checksum=f615a7735663584364086a2be93f0e79ba1238a856be6ddbb5aef73e7c94a970
;;
aarch64)
_arch_suffix=arm64
checksum=ee5df7a0fc07be51aba24c0dab9ed3e7b7947199137af8d9d26a9f58f7d38df7
checksum=d6b66411ad3666eb0b217724447dd172887a1d42b0e944646c4fc5fc5cdf9c1c
;;
esac

Expand Down