diff options
author | github-actions[bot] | 2025-04-21 12:48:50 +0000 |
---|---|---|
committer | github-actions[bot] | 2025-04-21 12:48:50 +0000 |
commit | d5138dda7926c5b87e432b4a462c2ca0ba16baa1 (patch) | |
tree | 8415d156301dd22313228d65b48c4ab3e2683a1b | |
parent | 9103f72521c7b7e675e41cd37b3e5918131a90f3 (diff) | |
download | aur-d5138dda7926c5b87e432b4a462c2ca0ba16baa1.tar.gz |
update to 139.0a1.20250421.090405
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = firefox-nightly-i18n-be pkgdesc = Belarusian language pack for Firefox Nightly - pkgver = 139.0a1.20250420.080730 + pkgver = 139.0a1.20250421.090405 pkgrel = 1 url = https://www.mozilla.org/firefox/ arch = any @@ -9,8 +9,8 @@ pkgbase = firefox-nightly-i18n-be license = GPL license = LGPL depends = firefox-nightly - noextract = firefox-nightly-i18n-be-139.0a1.20250420.080730.xpi - source = firefox-nightly-i18n-be-139.0a1.20250420.080730.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-139.0a1.be.langpack.xpi - sha256sums = 15003356f4cae98e60ab514c8efb357965f2e394dd3510999b0491014b174e2d + noextract = firefox-nightly-i18n-be-139.0a1.20250421.090405.xpi + source = firefox-nightly-i18n-be-139.0a1.20250421.090405.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-139.0a1.be.langpack.xpi + sha256sums = 9c04b31295fd88562947c491adf45f907be5496957e1eaff7339879fb25ec27f pkgname = firefox-nightly-i18n-be @@ -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.20250420.080730 +pkgver=139.0a1.20250421.090405 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=('15003356f4cae98e60ab514c8efb357965f2e394dd3510999b0491014b174e2d') +sha256sums=('9c04b31295fd88562947c491adf45f907be5496957e1eaff7339879fb25ec27f') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |