diff options
author | github-actions[bot] | 2025-01-03 14:33:06 +0000 |
---|---|---|
committer | github-actions[bot] | 2025-01-03 14:33:06 +0000 |
commit | 71f4b7b74736bf9b3e5d0a8fae7b34dd34cc31ea (patch) | |
tree | 8e0e9581a80fa526df7f0276d4de250e9a367385 | |
parent | ed28dbd990c4c9852bc021e33aa3262ee4984703 (diff) | |
download | aur-71f4b7b74736bf9b3e5d0a8fae7b34dd34cc31ea.tar.gz |
update to 135.0a1.20250103.094820
-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.20250102.212743 + pkgver = 135.0a1.20250103.094820 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.20250102.212743.xpi - source = firefox-nightly-i18n-ru-135.0a1.20250102.212743.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-135.0a1.ru.langpack.xpi - sha256sums = 8d492218282835e889f1f7262e3f114511aff876a6df6faec077706ca7916111 + noextract = firefox-nightly-i18n-ru-135.0a1.20250103.094820.xpi + source = firefox-nightly-i18n-ru-135.0a1.20250103.094820.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-135.0a1.ru.langpack.xpi + sha256sums = ceabd6dfc865b7b56331ddbb5280f0ea91ffccf0be5bdf4ea963ce5e3dcb3c32 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.20250102.212743 +pkgver=135.0a1.20250103.094820 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=('8d492218282835e889f1f7262e3f114511aff876a6df6faec077706ca7916111') +sha256sums=('ceabd6dfc865b7b56331ddbb5280f0ea91ffccf0be5bdf4ea963ce5e3dcb3c32') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |