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.15.1.1
version=0.15.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=d51aed1d85b94f006120d4eedb62527782a39f13919432bfefbbb5a4495d759a
checksum=2046164d9e3c8a8b9f0c27735e01b2fd3670ddd1e1e399aa66e3d6d23dc3a186
;;
aarch64)
_arch_suffix=arm64
checksum=1fdfee6a5ef3a98ea62f8dc0474eab8d86e19f1978127aa7a78543103878e264
checksum=ffb4b5efae7dde3962d2b484c61013c0dc7765c564af0b90959d1d53bb4c3e35
;;
esac

Expand Down