diff options
author | github-actions[bot] | 2024-11-04 13:32:21 +0000 |
---|---|---|
committer | github-actions[bot] | 2024-11-04 13:32:21 +0000 |
commit | aab67c49e44a23a2b91525ed49e4132d3ac84267 (patch) | |
tree | 1f39d78eab5d23994a007008cbeb65bd59162fdd /PKGBUILD | |
parent | 6c96755eb60e3fab9e38014e472beb705d2d4c28 (diff) | |
download | aur-aab67c49e44a23a2b91525ed49e4132d3ac84267.tar.gz |
update to 134.0a1.20241104.092716
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.20241103.214544 +pkgver=134.0a1.20241104.092716 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=('bc8169de6fc37cbb85fa496a4c920eb4a556763bc29023d738edeef767a8a9cd') +sha256sums=('b6e4f41c1729385c6eb81531ac9a5d0ee5e3aff4c44eb515e8aaf4b275cb9546') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |