diff options
author | github-actions[bot] | 2025-04-17 03:07:27 +0000 |
---|---|---|
committer | github-actions[bot] | 2025-04-17 03:07:27 +0000 |
commit | 2665ce05b9b58322c4d5e2d768aae7e0f4d01f2f (patch) | |
tree | b6a75969a791e1cb276e0176cd719e214fcc10ed /PKGBUILD | |
parent | ab855de56cc5b9d9ba94b320940d249993bce111 (diff) | |
download | aur-2665ce05b9b58322c4d5e2d768aae7e0f4d01f2f.tar.gz |
update to 139.0a1.20250416.214320
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=139.0a1 -pkgver=139.0a1.20250416.091230 +pkgver=139.0a1.20250416.214320 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=('1f10e3daa955fb677d98519b962bb620f9dcf3584173f13799c344eece362769') +sha256sums=('ad4025eda90ba26c99ab5fd0789104bac8eeed33e35cb9bfbc8e1a812de68dec') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |