summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuna Jernberg2023-12-07 09:51:03 +0100
committerLuna Jernberg2023-12-07 09:51:03 +0100
commit20cf17e667f39af229d1efb151f2c1eef9d7ec32 (patch)
tree1ed322b5d65d9b6987020e5bc668ed37809f7533
parentffd35656eab03b3e626a0eaa25918abfe48cdd3d (diff)
downloadaur-20cf17e667f39af229d1efb151f2c1eef9d7ec32.tar.gz
121 Beta 8 update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52c6dd697a32..7f23ab6b54ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -22,7 +22,7 @@ pkgbase = firefox-beta-bin
optdepends = upower: Battery API
provides = firefox=121.0b8
conflicts = firefox-beta
- source = https://archive.mozilla.org/pub/firefox/candidates/121.0b8-candidates/build1/linux-x86_64/en-US/firefox-121.0b8.tar.bz2
+ source = https://archive.mozilla.org/pub/firefox/releases/121.0b8/linux-x86_64/en-US/firefox-121.0b8.tar.bz2
source = firefox-beta.sh
source = firefox-beta-bin.desktop
source = policies.json
diff --git a/PKGBUILD b/PKGBUILD
index a8f9a284f962..cddf0d9aaba5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ optdepends=('ffmpeg: H264/AAC/MP3 decoding'
provides=("firefox=$pkgver")
conflicts=('firefox-beta')
install=$pkgname.install
-source=("https://archive.mozilla.org/pub/firefox/candidates/121.0b8-candidates/build1/linux-x86_64/en-US/firefox-$pkgver.tar.bz2"
+source=("https://archive.mozilla.org/pub/firefox/releases/121.0b8/linux-x86_64/en-US/firefox-$pkgver.tar.bz2"
"$_pkgname.sh"
"$pkgname.desktop"
"policies.json")