diff options
author | github-actions[bot] | 2024-10-10 15:03:06 +0000 |
---|---|---|
committer | github-actions[bot] | 2024-10-10 15:03:06 +0000 |
commit | c1a8b1fbdb459691c5c30c9dfccbf5c91e0b4a53 (patch) | |
tree | 84b343ab7f4a6af0e2bf4464691b8ee24848cc14 /PKGBUILD | |
parent | 8591fbb07ef55c1d699f785e3a3d775b468f1839 (diff) | |
download | aur-c1a8b1fbdb459691c5c30c9dfccbf5c91e0b4a53.tar.gz |
update to 133.0a1.20241010.092233
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.20241009.214609 +pkgver=133.0a1.20241010.092233 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=('47a6a5e2a5030049cf07d6c8ad08de6760893e444fe9938e9c66acb8781b6b20') +sha256sums=('b2ef575585e4eb92b670719f123e58e9ab6791534e325c8861b0bd72cdfeb047') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |