diff options
author | Axel Navarro | 2025-03-14 08:33:19 -0300 |
---|---|---|
committer | Axel Navarro | 2025-03-14 08:33:19 -0300 |
commit | 0859cfb6c1b48e0d7ce32b6f7d419a7dbfcfce4c (patch) | |
tree | 98e59bc50e447c5855034d799493ba07b5b8b8b0 | |
parent | 6ea41b7fc891761070a772c2c68daad7ea021c15 (diff) | |
download | aur-0859cfb6c1b48e0d7ce32b6f7d419a7dbfcfce4c.tar.gz |
upgpkg: google-chrome-canary 136.0.7067.2-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = google-chrome-canary pkgdesc = The popular web browser by Google (Canary Channel) - pkgver = 136.0.7062.0 + pkgver = 136.0.7067.2 pkgrel = 1 url = https://www.google.com/chrome install = google-chrome-canary.install @@ -21,10 +21,10 @@ pkgbase = google-chrome-canary provides = google-chrome options = !emptydirs options = !strip - source = https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-canary/google-chrome-canary_136.0.7062.0-1_amd64.deb + source = https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-canary/google-chrome-canary_136.0.7067.2-1_amd64.deb source = eula_text.html source = google-chrome-canary.sh - sha512sums = afcdafbc13e46df423b559f1b1c4c1fa42aa43804fbe9fbc6becf5ac75052a0cbe09f0fb439506e285f670e68efa05a99436a72fcdbc4e6398f6b080a0ea0544 + sha512sums = 16e82ba623c21cd857fd81f5b147823d44adef66a230ce98c5a99094987b2eae8e57505ea67ed08717509abc8db2679d03005d7d918ee81bf0003065d36e98ce sha512sums = a225555c06b7c32f9f2657004558e3f996c981481dbb0d3cd79b1d59fa3f05d591af88399422d3ab29d9446c103e98d567aeafe061d9550817ab6e7eb0498396 sha512sums = 9579a42fbcbc8c592a6f1c625735768287a74d5081d5e2486a5ea11ee41b1d9f91bf60c7c816a9f433e9bf92724262a4c986408a04bf7f13fec8fca4600c6b3a @@ -3,7 +3,7 @@ # Check for new Linux releases using: # curl -sSf https://dl.google.com/linux/chrome/deb/dists/stable/main/binary-amd64/Packages | grep -A1 "Package: google-chrome-canary" | awk '/Version/{print $2}' | cut -d '-' -f1 pkgname=google-chrome-canary -pkgver=136.0.7062.0 +pkgver=136.0.7067.2 pkgrel=1 pkgdesc="The popular web browser by Google (Canary Channel)" arch=('x86_64') @@ -32,7 +32,7 @@ _channel=canary source=("https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-${_channel}/google-chrome-${_channel}_${pkgver}-1_amd64.deb" 'eula_text.html' "google-chrome-$_channel.sh") -sha512sums=('afcdafbc13e46df423b559f1b1c4c1fa42aa43804fbe9fbc6becf5ac75052a0cbe09f0fb439506e285f670e68efa05a99436a72fcdbc4e6398f6b080a0ea0544' +sha512sums=('16e82ba623c21cd857fd81f5b147823d44adef66a230ce98c5a99094987b2eae8e57505ea67ed08717509abc8db2679d03005d7d918ee81bf0003065d36e98ce' 'a225555c06b7c32f9f2657004558e3f996c981481dbb0d3cd79b1d59fa3f05d591af88399422d3ab29d9446c103e98d567aeafe061d9550817ab6e7eb0498396' '9579a42fbcbc8c592a6f1c625735768287a74d5081d5e2486a5ea11ee41b1d9f91bf60c7c816a9f433e9bf92724262a4c986408a04bf7f13fec8fca4600c6b3a') |