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.14.5.1
version=0.14.6.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=c66fdd944628cac11cf768867e0b8c49c8830d44806bf32dbed9ff1d6481acb1
checksum=2717a5b827bac7d785d61a783d1208e52d1d97849c556f681c96a835b571bfb0
;;
aarch64)
_arch_suffix=arm64
checksum=d56048f5a8df585a2c4322d1a5187743619192622452569f1c052dc4cf93a00b
checksum=dd4566a1dc3d6f7572de1cc034bf5764a4c5aaaf71785f7dfece83a501b58a19
;;
esac

Expand Down