diff options
author | github-actions[bot] | 2025-04-24 14:27:44 +0000 |
---|---|---|
committer | github-actions[bot] | 2025-04-24 14:27:44 +0000 |
commit | 755e3f171fbffeaa455bcbcdb2615e3c4803c16a (patch) | |
tree | 236b9f7ec3d000ee7ba66e12dd0f5ca5e91d3499 | |
parent | 292b8ea760c73166392a8c980542bf35997ff4c2 (diff) | |
download | aur-755e3f171fbffeaa455bcbcdb2615e3c4803c16a.tar.gz |
update to 139.0a1.20250424.092126
-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-ru pkgdesc = Russian language pack for Firefox Nightly - pkgver = 139.0a1.20250423.212507 + pkgver = 139.0a1.20250424.092126 pkgrel = 1 url = https://www.mozilla.org/firefox/ arch = any @@ -9,8 +9,8 @@ pkgbase = firefox-nightly-i18n-ru license = GPL license = LGPL depends = firefox-nightly - noextract = firefox-nightly-i18n-ru-139.0a1.20250423.212507.xpi - source = firefox-nightly-i18n-ru-139.0a1.20250423.212507.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-139.0a1.ru.langpack.xpi - sha256sums = 25fd015ae0a87dc1fb3fc727ad81d6a4f99e9cbd01e016d7acbfb9e72f7364d3 + noextract = firefox-nightly-i18n-ru-139.0a1.20250424.092126.xpi + source = firefox-nightly-i18n-ru-139.0a1.20250424.092126.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-139.0a1.ru.langpack.xpi + sha256sums = 97b93a7d5e61ce84fd6f9510b05aed45831c8dc8bc1d89d5bd64b3ae7ab72146 pkgname = firefox-nightly-i18n-ru @@ -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.20250423.212507 +pkgver=139.0a1.20250424.092126 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=('25fd015ae0a87dc1fb3fc727ad81d6a4f99e9cbd01e016d7acbfb9e72f7364d3') +sha256sums=('97b93a7d5e61ce84fd6f9510b05aed45831c8dc8bc1d89d5bd64b3ae7ab72146') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |