diff options
author | github-actions[bot] | 2024-10-22 13:43:10 +0000 |
---|---|---|
committer | github-actions[bot] | 2024-10-22 13:43:10 +0000 |
commit | 7a9400c54919cd9741c6194cb3ecfe86c9b52e4a (patch) | |
tree | 555c19ffecb9337d46d177e749ff6d15ddf4b568 /PKGBUILD | |
parent | ea56be75a10d05d53c42abdfeb48190e5ca249bf (diff) | |
download | aur-7a9400c54919cd9741c6194cb3ecfe86c9b52e4a.tar.gz |
update to 133.0a1.20241022.095236
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.20241021.171737 +pkgver=133.0a1.20241022.095236 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=('6f241212a6814cd1b40c1c8a5245f25e7a0626650e4bc933a0a9f271b59e94ad') +sha256sums=('d4d0099d950f837eb564a9fefe6c724f472f293dbf57e334e15cac976bdf5df3') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |