diff options
author | github-actions[bot] | 2024-12-03 13:41:59 +0000 |
---|---|---|
committer | github-actions[bot] | 2024-12-03 13:41:59 +0000 |
commit | d2cb1eeeac2de01f6c6cafd4eca3d507c2436260 (patch) | |
tree | 0658522d70e7c2e6ca7fa34d73566c3eee604941 | |
parent | 3355a412ecb11fd16f81136ed2686cee08f240d2 (diff) | |
download | aur-d2cb1eeeac2de01f6c6cafd4eca3d507c2436260.tar.gz |
update to 135.0a1.20241203.091001
-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.20241202.214052 + pkgver = 135.0a1.20241203.091001 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.20241202.214052.xpi - source = firefox-nightly-i18n-th-135.0a1.20241202.214052.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-135.0a1.th.langpack.xpi - sha256sums = f5be157ed09cf6a0ac6d0be7e0d09702416f552f7a17dd0aab5df964880af075 + noextract = firefox-nightly-i18n-th-135.0a1.20241203.091001.xpi + source = firefox-nightly-i18n-th-135.0a1.20241203.091001.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-135.0a1.th.langpack.xpi + sha256sums = b5aa6e917707b61126122f753d6d3937c6d96915012925869c1abddeec3d5ba6 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.20241202.214052 +pkgver=135.0a1.20241203.091001 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=('f5be157ed09cf6a0ac6d0be7e0d09702416f552f7a17dd0aab5df964880af075') +sha256sums=('b5aa6e917707b61126122f753d6d3937c6d96915012925869c1abddeec3d5ba6') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |