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 srcpkgs/google-chrome/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'google-chrome'
pkgname=google-chrome
version=150.0.7871.128
version=153.0.8010.36
revision=1
_channel=stable
archs="x86_64 aarch64"
Expand All @@ -14,11 +14,11 @@ homepage="https://www.google.com/chrome/"
case "$XBPS_TARGET_MACHINE" in
x86_64)
distfiles="https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-${_channel}_${version}-1_amd64.deb"
checksum=83ed59c85878ebb8fa53915ebe7066cafc58d1c04c1c95449486e6f9d99a1efb
checksum=9bb44e33031c2f2857cf36b4343051a12f93058e4b781e3c76313df87f6c8d32
;;
aarch64)
distfiles="https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-${_channel}_${version}-1_arm64.deb"
checksum=8ff7d176e520b254558a4ed92317ea00736ea666a63fc7f4b5421993cf66e03a
checksum=1fcf6ec51a9d52e26ff1ad807225f725be55069ad2b68c5d69361a2746665188
;;
*)
broken="No distfiles available for this target"
Expand Down