diff options
author | github-actions[bot] | 2025-01-29 02:52:36 +0000 |
---|---|---|
committer | github-actions[bot] | 2025-01-29 02:52:36 +0000 |
commit | 4bb79eceef6df0b9d8ca7cc3c210cdb1dc2eda27 (patch) | |
tree | 597fe01742c1a69e8e412e36c8e83f3f2aa3f909 | |
parent | 11b1491bc43fd739d59b37c1fdb094509fc45c5f (diff) | |
download | aur-4bb79eceef6df0b9d8ca7cc3c210cdb1dc2eda27.tar.gz |
update to 136.0a1.20250128.161837
-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.20250128.090111 + pkgver = 136.0a1.20250128.161837 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.20250128.090111.xpi - source = firefox-nightly-i18n-ru-136.0a1.20250128.090111.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-136.0a1.ru.langpack.xpi - sha256sums = 461926ec2c0b4d836e03d2a82bd247a211fbe006f26e3fde5d3b38cf087b38a7 + noextract = firefox-nightly-i18n-ru-136.0a1.20250128.161837.xpi + source = firefox-nightly-i18n-ru-136.0a1.20250128.161837.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-136.0a1.ru.langpack.xpi + sha256sums = 2dab0b24ea5224e43d4b5dd299d9e73200a42a46df060f1cacd04462e1ab661e 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.20250128.090111 +pkgver=136.0a1.20250128.161837 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=('461926ec2c0b4d836e03d2a82bd247a211fbe006f26e3fde5d3b38cf087b38a7') +sha256sums=('2dab0b24ea5224e43d4b5dd299d9e73200a42a46df060f1cacd04462e1ab661e') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |