summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuna Jernberg2024-03-18 20:35:02 +0100
committerLuna Jernberg2024-03-18 20:35:02 +0100
commita054fe68ff9078c550b978ade1a89895ab65bad0 (patch)
tree64681ebe896a1f9fd21e609a6e0674b443ab1a00
parent179c7efbe762ae11703a3a71bf205bf7f558e55e (diff)
downloadaur-a054fe68ff9078c550b978ade1a89895ab65bad0.tar.gz
125 Beta 1 update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b5a9a507aea..37645dd562d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = firefox-beta-bin
pkgdesc = Standalone web browser from mozilla.org - Beta
- pkgver = 124.0rc1
+ pkgver = 125.0b1
pkgrel = 1
url = https://www.mozilla.org/en-US/firefox/channel/#beta
install = firefox-beta-bin.install
@@ -20,13 +20,13 @@ pkgbase = firefox-beta-bin
optdepends = networkmanager: Location detection via available WiFi networks
optdepends = pulseaudio: Sound
optdepends = upower: Battery API
- provides = firefox=124.0rc1
+ provides = firefox=125.0b1
conflicts = firefox-beta
- source = firefox-124.0rc1.tar.bz2::https://ftp.mozilla.org/pub/firefox/candidates/124.0-candidates/build1/linux-x86_64/en-US/firefox-124.0.tar.bz2
+ source = https://archive.mozilla.org/pub/firefox/candidates/125.0b1-candidates/build1/linux-x86_64/en-US/firefox-125.0b1.tar.bz2
source = firefox-beta.sh
source = firefox-beta-bin.desktop
source = policies.json
- sha256sums = 788db377d7b1d2e77d830af308e93f98c97291d8ddaec44a96d82c591f1d4dd0
+ sha256sums = 8120a8901e7a6b5805ea662df288494a7c7113ba1f2c3b5e7080d9d07c2c626a
sha256sums = 4bec62032e49c28ff27750abddbdbdbb1a4b5cba719c39498968fe53adee790b
sha256sums = 210f13ea47c4b96387f26ee7fc4dfc5c192cfb169aef2a13303fbd1ee58b3761
sha256sums = 2d7e8d947c392142dba0c80a7e5ecfdf14f7783e24885ab417d4224574b8c4f8
diff --git a/PKGBUILD b/PKGBUILD
index b798cc0ded91..7e2423356456 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=firefox-beta-bin
_pkgname=firefox-beta
-pkgver=124.0rc1
+pkgver=125.0b1
_major=${pkgver/rc*}
_build=${pkgver/*rc}
pkgrel=1
@@ -22,11 +22,11 @@ optdepends=('ffmpeg: H264/AAC/MP3 decoding'
provides=("firefox=$pkgver")
conflicts=('firefox-beta')
install=$pkgname.install
-source=("https://archive.mozilla.org/pub/firefox/releases/$pkgver/linux-x86_64/en-US/firefox-$pkgver.tar.bz2"
+source=("https://archive.mozilla.org/pub/firefox/candidates/125.0b1-candidates/build1/linux-x86_64/en-US/firefox-$pkgver.tar.bz2"
"$_pkgname.sh"
"$pkgname.desktop"
"policies.json")
-sha256sums=('788db377d7b1d2e77d830af308e93f98c97291d8ddaec44a96d82c591f1d4dd0'
+sha256sums=('8120a8901e7a6b5805ea662df288494a7c7113ba1f2c3b5e7080d9d07c2c626a'
'4bec62032e49c28ff27750abddbdbdbb1a4b5cba719c39498968fe53adee790b'
'210f13ea47c4b96387f26ee7fc4dfc5c192cfb169aef2a13303fbd1ee58b3761'
'2d7e8d947c392142dba0c80a7e5ecfdf14f7783e24885ab417d4224574b8c4f8')