diff options
author | github-actions[bot] | 2024-10-21 02:24:08 +0000 |
---|---|---|
committer | github-actions[bot] | 2024-10-21 02:24:08 +0000 |
commit | 87ef03c8f37da0a39d3eedf6e8db372bfbc4dedf (patch) | |
tree | 3a888a1f1b3061679b7850cc5d346047489bf154 /PKGBUILD | |
parent | 4687bac7951444f6d7b22014d4557e84c45aa218 (diff) | |
download | aur-87ef03c8f37da0a39d3eedf6e8db372bfbc4dedf.tar.gz |
update to 133.0a1.20241020.211110
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,7 +9,7 @@ url="https://www.mozilla.org/firefox/" _url=https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi _version=133.0a1 -pkgver=133.0a1.20241020.091249 +pkgver=133.0a1.20241020.211110 depends=("firefox-nightly") @@ -25,7 +25,7 @@ source=("${_pkgname_base}-${_language_short}-${pkgver}.xpi::$_url/firefox-${_ver # Don't extract anything noextract=("${_pkgname_base}-${_language_short}-${pkgver}.xpi") -sha256sums=('c09d5b854ebc0f7c53e50ccd00fd6a062a72ab339f466e17c840ecaaac82898d') +sha256sums=('59275fe353bf07ba3aa98fcb7e2088a63c04bcd243f2251549ede294a69b37fe') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |