summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2aa145a99bd6..27f28ea400fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = legacyfox
pkgdesc = Legacy bootstrapped extensions for Firefox 65 and beyond
- pkgver = 3.1
+ pkgver = 3.2
pkgrel = 1
url = https://gir.st/blog/legacyfox.htm
arch = any
license = MPL
depends = firefox
- source = https://git.gir.st/LegacyFox.git/snapshot/v3.1.tar.gz
- sha256sums = 7ce29240907fc3b55fbadd1665f9705e5e558302ba81e9d4f42ec7c3dfbff38d
+ source = https://git.gir.st/LegacyFox.git/snapshot/v3.2.tar.gz
+ sha256sums = 583f854802ede50262421f1fb65f3ff624d38f04dff5f3d20f1aebc47b56ae22
pkgname = legacyfox
diff --git a/PKGBUILD b/PKGBUILD
index d0cd40e94484..d3284416fa15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: neeshy <neeshy@tfwno.gf>
pkgname=legacyfox
-pkgver=3.1
+pkgver=3.2
pkgrel=1
pkgdesc="Legacy bootstrapped extensions for Firefox 65 and beyond"
arch=('any')
url="https://gir.st/blog/legacyfox.htm"
license=('MPL')
depends=('firefox')
-_commit=79ef33e
+_commit=fc77a6a
source=("https://git.gir.st/LegacyFox.git/snapshot/v$pkgver.tar.gz")
-sha256sums=('7ce29240907fc3b55fbadd1665f9705e5e558302ba81e9d4f42ec7c3dfbff38d')
+sha256sums=('583f854802ede50262421f1fb65f3ff624d38f04dff5f3d20f1aebc47b56ae22')
package() {
cd "$srcdir/LegacyFox-v$pkgver-$_commit"