diff options
author | github-actions[bot] | 2024-10-26 13:31:19 +0000 |
---|---|---|
committer | github-actions[bot] | 2024-10-26 13:31:19 +0000 |
commit | e96e44d02b3f32036070d0a0dcd8fc72f700d826 (patch) | |
tree | e542e70d8cff96946c303e32365696e7d1187684 /PKGBUILD | |
parent | 1d2e24a8171763f85f3088a58d457fb50488cc30 (diff) | |
download | aur-e96e44d02b3f32036070d0a0dcd8fc72f700d826.tar.gz |
update to 133.0a1.20241026.092643
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.20241025.155727 +pkgver=133.0a1.20241026.092643 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=('7f72129044afd3983a4dbf4f2e43a6135e3eb5f986f266e7df4405d3cc073c09') +sha256sums=('38719a3819ca6fc3470e4d2182701735a7c851c80fa01033e1b7a57c24f56feb') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |