diff options
author | github-actions[bot] | 2024-11-05 02:19:31 +0000 |
---|---|---|
committer | github-actions[bot] | 2024-11-05 02:19:31 +0000 |
commit | ff7aff197cf4c9ff0f2e5fb1a0e0fd0ad950a9fd (patch) | |
tree | d804e098f6b35de8eb5a044fccb3a235ed5f8a6b | |
parent | 2f5631b89f75902c3c5814000262d2e17d61389b (diff) | |
download | aur-ff7aff197cf4c9ff0f2e5fb1a0e0fd0ad950a9fd.tar.gz |
update to 134.0a1.20241104.213308
-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-be pkgdesc = Belarusian language pack for Firefox Nightly - pkgver = 134.0a1.20241104.092716 + pkgver = 134.0a1.20241104.213308 pkgrel = 1 url = https://www.mozilla.org/firefox/ arch = any @@ -9,8 +9,8 @@ pkgbase = firefox-nightly-i18n-be license = GPL license = LGPL depends = firefox-nightly - noextract = firefox-nightly-i18n-be-134.0a1.20241104.092716.xpi - source = firefox-nightly-i18n-be-134.0a1.20241104.092716.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-134.0a1.be.langpack.xpi - sha256sums = d3e00b00e84a1497e767d6dbbbeaaada987d56ebcac988d49a7724d379732747 + noextract = firefox-nightly-i18n-be-134.0a1.20241104.213308.xpi + source = firefox-nightly-i18n-be-134.0a1.20241104.213308.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-134.0a1.be.langpack.xpi + sha256sums = 0bdf117b67977ae8bb3e8ce282e347489282592f087bfe98438acc440b04c3dd pkgname = firefox-nightly-i18n-be @@ -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=134.0a1 -pkgver=134.0a1.20241104.092716 +pkgver=134.0a1.20241104.213308 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=('d3e00b00e84a1497e767d6dbbbeaaada987d56ebcac988d49a7724d379732747') +sha256sums=('0bdf117b67977ae8bb3e8ce282e347489282592f087bfe98438acc440b04c3dd') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |