diff options
author | github-actions[bot] | 2024-12-06 13:41:03 +0000 |
---|---|---|
committer | github-actions[bot] | 2024-12-06 13:41:03 +0000 |
commit | 458e91d60fbe86e4003f21474e63826328cf1917 (patch) | |
tree | 0ab5ca7dd6f7a2f186efaa084289bb8c957b2de3 | |
parent | 44aa1d0e6e260959a4fd6a5d32bd8e715a71fbfd (diff) | |
download | aur-458e91d60fbe86e4003f21474e63826328cf1917.tar.gz |
update to 135.0a1.20241206.092831
-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-th pkgdesc = Thai language pack for Firefox Nightly - pkgver = 135.0a1.20241205.213207 + pkgver = 135.0a1.20241206.092831 pkgrel = 1 url = https://www.mozilla.org/firefox/ arch = any @@ -9,8 +9,8 @@ pkgbase = firefox-nightly-i18n-th license = GPL license = LGPL depends = firefox-nightly - noextract = firefox-nightly-i18n-th-135.0a1.20241205.213207.xpi - source = firefox-nightly-i18n-th-135.0a1.20241205.213207.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-135.0a1.th.langpack.xpi - sha256sums = 6fde51e4de07173650b30140a98b1e0261237397c8a233e63d406fe628d4b772 + noextract = firefox-nightly-i18n-th-135.0a1.20241206.092831.xpi + source = firefox-nightly-i18n-th-135.0a1.20241206.092831.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-135.0a1.th.langpack.xpi + sha256sums = 7c7e184337c23833c9dd0f02cb57c7b51c719e0caf2aae5f94fcc45965d54845 pkgname = firefox-nightly-i18n-th @@ -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.20241205.213207 +pkgver=135.0a1.20241206.092831 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=('6fde51e4de07173650b30140a98b1e0261237397c8a233e63d406fe628d4b772') +sha256sums=('7c7e184337c23833c9dd0f02cb57c7b51c719e0caf2aae5f94fcc45965d54845') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |