diff options
author | github-actions[bot] | 2024-10-29 13:32:08 +0000 |
---|---|---|
committer | github-actions[bot] | 2024-10-29 13:32:08 +0000 |
commit | bcb1777643c77f1a26b18966e0fe18cf319bbfa5 (patch) | |
tree | 213c7b135fc0a9f7d3ccd772520006c98f398cad /PKGBUILD | |
parent | 3f4261e98c3606fa23a5eae261edfaed645c59c1 (diff) | |
download | aur-bcb1777643c77f1a26b18966e0fe18cf319bbfa5.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=('34536dfe960d8226dbf8d212b8f256da39bf920eacbc938a1df30382196d5c2d') +sha256sums=('84b0f3db454089190b8e6db7b0fb8e14a9125aac385cde2461e1b44a7493600d') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |