diff options
author | github-actions[bot] | 2024-10-18 02:27:44 +0000 |
---|---|---|
committer | github-actions[bot] | 2024-10-18 02:27:44 +0000 |
commit | e3850ee806d1877e198c09940f096489f276cf41 (patch) | |
tree | 01d008a488c4e125f043cd72833d14f022640e99 /PKGBUILD | |
parent | d238fd5d6bf4fd64a2dd60b3474405dbf611e86d (diff) | |
download | aur-e3850ee806d1877e198c09940f096489f276cf41.tar.gz |
update to 133.0a1.20241017.205015
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.20241017.095824 +pkgver=133.0a1.20241017.205015 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=('4a0e9c2df43370d9a0158c0e2cdfcc9c6e12b02e5aaf03def3629d057a454858') +sha256sums=('f6d90e59535e2a8fedb7fbd48e1a04cd77ac454623127ff8a08307c816271c0e') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |