summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlesh Thiada2022-05-22 16:49:48 +0000
committerIlesh Thiada2022-05-22 16:49:48 +0000
commit0b4030711deb8af72e1ceaded5be530e7d9c9ea6 (patch)
tree9139012cef1ec564cacb78db6e9e21107921ce0d
parent7b52bac7fc148220b885372732c28d6731639554 (diff)
downloadaur-0b4030711deb8af72e1ceaded5be530e7d9c9ea6.tar.gz
Update to 4.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92bc33347b27..cabc24da61d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ferium-bin
pkgdesc = Fast and multi-source CLI program for managing Minecraft mods and modpacks from Modrinth, CurseForge, and Github Releases
- pkgver = 4.0.0
+ pkgver = 4.0.1
pkgrel = 1
url = https://github.com/gorilla-devs/ferium
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = ferium-bin
depends = bzip2
provides = ferium
conflicts = ferium-gui-bin
- source = ferium-4.0.0-1.zip::https://github.com/gorilla-devs/ferium/releases/download/v4.0.0/ferium-linux-gnu-nogui.zip
- sha256sums = 173a881ffdf37ccf38a89ce026c7b8c1bc39959c1c5ef778afbc98d34f5649e3
+ source = ferium-4.0.1-1.zip::https://github.com/gorilla-devs/ferium/releases/download/v4.0.1/ferium-linux-gnu-nogui.zip
+ sha256sums = 7064d03951e084042004d8da6738e49c514bfd24d4f97b279623420074ebdd43
pkgname = ferium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 53db08ecef15..96177aa4f2e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Ilesh Thiada <ileshkt@gmail.com>
pkgname=ferium-bin
_pkgname=ferium
-pkgver=4.0.0
+pkgver=4.0.1
pkgrel=1
pkgdesc="Fast and multi-source CLI program for managing Minecraft mods and modpacks from Modrinth, CurseForge, and Github Releases"
arch=("x86_64")
@@ -12,7 +12,7 @@ conflicts=("ferium-gui-bin")
url="https://github.com/gorilla-devs/ferium"
license=('MPL2')
source=("$_pkgname-$pkgver-$pkgrel.zip::https://github.com/gorilla-devs/ferium/releases/download/v$pkgver/ferium-linux-gnu-nogui.zip")
-sha256sums=('173a881ffdf37ccf38a89ce026c7b8c1bc39959c1c5ef778afbc98d34f5649e3')
+sha256sums=('7064d03951e084042004d8da6738e49c514bfd24d4f97b279623420074ebdd43')
package() {
cd "$srcdir"