diff options
author | github-actions[bot] | 2024-11-22 13:35:42 +0000 |
---|---|---|
committer | github-actions[bot] | 2024-11-22 13:35:42 +0000 |
commit | f6b16bbc9fecde3924524191ccf0b5233bbd49d8 (patch) | |
tree | 713b0cf8f5a47731b1e5b147b83f072c7314bc54 /PKGBUILD | |
parent | fccd32e8d0da75a42ecce175f7ab0603810eb0a1 (diff) | |
download | aur-f6b16bbc9fecde3924524191ccf0b5233bbd49d8.tar.gz |
update to 134.0a1.20241122.092800
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=134.0a1 -pkgver=134.0a1.20241121.215254 +pkgver=134.0a1.20241122.092800 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=('dfab207b646f7586fee32d854593550d8782c9b2582bd49cf8454427d596f73f') +sha256sums=('d32916daf77069ea531d0799d687bd4d2623a699097248a3d3b1be4fb41a637c') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |