diff options
author | github-actions[bot] | 2024-10-29 13:37:48 +0000 |
---|---|---|
committer | github-actions[bot] | 2024-10-29 13:37:48 +0000 |
commit | 6f12647449095b44bcb7f1d89bef074c50a82351 (patch) | |
tree | bb6a832b92bb5a267317ece331559e5f2012c29f /PKGBUILD | |
parent | 8c0854c36da748dc483ef61424bb93d3a2d5f7c6 (diff) | |
download | aur-6f12647449095b44bcb7f1d89bef074c50a82351.tar.gz |
update to 134.0a1.20241029.093541
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -8,8 +8,8 @@ license=('MPL' 'GPL' 'LGPL') 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.20241028.095635 +_version=134.0a1 +pkgver=134.0a1.20241029.093541 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=('d8ebeef960d993fa288361d88ed23cf7ed2655714e5a3a8ffa27cd8bdaa2b79e') +sha256sums=('2ac43721117461affbee5d00cfe167b8bbfc958c8c24e122f051d35d74dd37dc') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |