diff options
author | github-actions[bot] | 2024-10-03 15:43:14 +0000 |
---|---|---|
committer | github-actions[bot] | 2024-10-03 15:43:14 +0000 |
commit | 8fd4028a297d19c1a3b31fa075940ce52c11c732 (patch) | |
tree | 1ae256b8eb5e799956ebd0018aaa9cf6eb9c20a0 /PKGBUILD | |
parent | 5a6151b3e35c6a1aef50696668f28f8c595b171a (diff) | |
download | aur-8fd4028a297d19c1a3b31fa075940ce52c11c732.tar.gz |
update to 133.0a1.20241003.094710
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.20241002.212724 +pkgver=133.0a1.20241003.094710 depends=("firefox-nightly-bin") @@ -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=('8c1266ef059a5227aebdae15b59ad7618bca11681477f8cc4e0dbaae6410a4a2') +sha256sums=('171940725bbc608800b863443abc9bf17ef297703274dca2e39cf910e77ab648') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |