diff options
author | github-actions[bot] | 2024-12-01 02:58:38 +0000 |
---|---|---|
committer | github-actions[bot] | 2024-12-01 02:58:38 +0000 |
commit | c2ed9dab416f2d15acb64de8e43d20fb74e71402 (patch) | |
tree | c9a5f3ffcc6ed76ddbccf196af6935b6211217c5 | |
parent | c6630a8976867f826e32244f58770344da3434be (diff) | |
download | aur-c2ed9dab416f2d15acb64de8e43d20fb74e71402.tar.gz |
update to 135.0a1.20241130.210919
-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 = 135.0a1.20241130.092829 + pkgver = 135.0a1.20241130.210919 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-135.0a1.20241130.092829.xpi - source = firefox-nightly-i18n-ru-135.0a1.20241130.092829.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-135.0a1.ru.langpack.xpi - sha256sums = 00f79a80c98866a455ca6fae7d1d25db524abd2bc48723022e2b949d6445055d + noextract = firefox-nightly-i18n-ru-135.0a1.20241130.210919.xpi + source = firefox-nightly-i18n-ru-135.0a1.20241130.210919.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-135.0a1.ru.langpack.xpi + sha256sums = 0aa045a3331f87c2c2556a7077cdd3cf693e23d93dd268d5bb7fadbe378be67a 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=135.0a1 -pkgver=135.0a1.20241130.092829 +pkgver=135.0a1.20241130.210919 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=('00f79a80c98866a455ca6fae7d1d25db524abd2bc48723022e2b949d6445055d') +sha256sums=('0aa045a3331f87c2c2556a7077cdd3cf693e23d93dd268d5bb7fadbe378be67a') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |