summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorneeshy2024-03-26 02:06:29 -0400
committerneeshy2024-03-26 02:06:29 -0400
commitb4fdb703ff4ed8fac46dca6323c8307dc9e8ddff (patch)
treeb0f31afb8dac8c2d24287a58037fd097fe4050db
parentf1e1dc4d83eae9b5e764d291ef7d07f5e62d82c3 (diff)
downloadaur-b4fdb703ff4ed8fac46dca6323c8307dc9e8ddff.tar.gz
bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b0529daa913..7b943fff0add 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = legacyfox
pkgdesc = Legacy bootstrapped extensions for Firefox 65 and beyond
- pkgver = 3.3
+ pkgver = 4.0
pkgrel = 1
url = https://gir.st/blog/legacyfox.htm
arch = any
license = MPL-2.0
depends = firefox
- source = https://git.gir.st/LegacyFox.git/snapshot/v3.3.tar.gz
- sha256sums = 64c63835ce6beff074918af39f8e38d90713a99db66de897195e1dd82304980c
+ source = https://git.gir.st/LegacyFox.git/snapshot/v4.0.tar.gz
+ sha256sums = 60d908c62b6da7acd5b44056afe30951c6623a110ff952d87e9a91a26e745421
pkgname = legacyfox
diff --git a/PKGBUILD b/PKGBUILD
index 8b0cc1bb0e06..808522863db9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: neeshy <neeshy@tfwno.gf>
pkgname=legacyfox
-pkgver=3.3
+pkgver=4.0
pkgrel=1
pkgdesc="Legacy bootstrapped extensions for Firefox 65 and beyond"
arch=('any')
url="https://gir.st/blog/legacyfox.htm"
license=('MPL-2.0')
depends=('firefox')
-_commit=25664f0
+_commit=8841335
source=("https://git.gir.st/LegacyFox.git/snapshot/v$pkgver.tar.gz")
-sha256sums=('64c63835ce6beff074918af39f8e38d90713a99db66de897195e1dd82304980c')
+sha256sums=('60d908c62b6da7acd5b44056afe30951c6623a110ff952d87e9a91a26e745421')
package() {
cd "$srcdir/LegacyFox-v$pkgver-$_commit"