diff options
author | github-actions[bot] | 2025-01-22 14:27:24 +0000 |
---|---|---|
committer | github-actions[bot] | 2025-01-22 14:27:24 +0000 |
commit | 7b34d534fe33f6af625b0d9eaf315e4ea4b0cca5 (patch) | |
tree | 99c2f0e66c5f6bec370ce875bf6c1a961c3325e7 | |
parent | 9cca11d6fa33cf957cc997ca7f3a8037da72425d (diff) | |
download | aur-7b34d534fe33f6af625b0d9eaf315e4ea4b0cca5.tar.gz |
update to 136.0a1.20250122.090205
-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 = 136.0a1.20250121.212851 + pkgver = 136.0a1.20250122.090205 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-136.0a1.20250121.212851.xpi - source = firefox-nightly-i18n-ru-136.0a1.20250121.212851.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-136.0a1.ru.langpack.xpi - sha256sums = d423f47bfb0f28e869ba8ee02437df12ce8d9472ac0ab9ceecf54e2edf7bfaad + noextract = firefox-nightly-i18n-ru-136.0a1.20250122.090205.xpi + source = firefox-nightly-i18n-ru-136.0a1.20250122.090205.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-136.0a1.ru.langpack.xpi + sha256sums = 613dc8734c28b47c1f1f4f0e3533f9a4524f0fbf6f2e027db4cfea646e9cebe4 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=136.0a1 -pkgver=136.0a1.20250121.212851 +pkgver=136.0a1.20250122.090205 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=('d423f47bfb0f28e869ba8ee02437df12ce8d9472ac0ab9ceecf54e2edf7bfaad') +sha256sums=('613dc8734c28b47c1f1f4f0e3533f9a4524f0fbf6f2e027db4cfea646e9cebe4') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |