diff options
author | github-actions[bot] | 2025-01-15 02:48:12 +0000 |
---|---|---|
committer | github-actions[bot] | 2025-01-15 02:48:12 +0000 |
commit | 649f61457fabea4a424d1b208c244a8968582934 (patch) | |
tree | f7c4e1ddd5704d2eb5f16cab34a9c71bd8ad3616 /PKGBUILD | |
parent | 811c33b2f088c95ba0802a280f9f6c78f20fb83b (diff) | |
download | aur-649f61457fabea4a424d1b208c244a8968582934.tar.gz |
update to 136.0a1.20250114.212341
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=136.0a1 -pkgver=136.0a1.20250114.093520 +pkgver=136.0a1.20250114.212341 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=('abc8b081da8a3d290691ebe61e5358279b14caccef2c194c6f2f7198064258a5') +sha256sums=('26c727905e8de32a67ceb5e563f6f8c35041880171009fdf0c975c8c15aff87d') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |