diff options
author | github-actions[bot] | 2025-03-14 14:26:56 +0000 |
---|---|---|
committer | github-actions[bot] | 2025-03-14 14:26:56 +0000 |
commit | 475f3e39f327ebe4abc0185e20a2236ef94da54f (patch) | |
tree | 490ad9f725db5d69acba715f015d59596e578594 /PKGBUILD | |
parent | eca9b8601a17edf581ebd1558fb4d5dbae1bd9b6 (diff) | |
download | aur-475f3e39f327ebe4abc0185e20a2236ef94da54f.tar.gz |
update to 138.0a1.20250314.044514
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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=138.0a1 -pkgver=138.0a1.20250313.102934 +pkgver=138.0a1.20250314.044514 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=('ecd6acddc645d732b1af8ff816c9c307d9f0012f9c307a70ecbe54b012486404') +sha256sums=('2ef2391521287f38bae0b62ba39cddf09a7cbdbec02b579a3b44120c668fe818') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ |