summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlesh Thiada2022-05-31 18:40:50 +0000
committerIlesh Thiada2022-05-31 18:40:50 +0000
commitf26a92277dfc5fb1148bb4b3a9a220319d52a382 (patch)
treea48651c1facd9afad8744d3fb98a31d6b788fd31
parentc1e3656e29fb958caa8512e6a419a489ce5abad7 (diff)
downloadaur-f26a92277dfc5fb1148bb4b3a9a220319d52a382.tar.gz
Update to 4.1.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8aa9ca0c22f3..40609c694afc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ferium-bin
pkgdesc = Fast and multi-source CLI program for managing Minecraft mods and modpacks from Modrinth, CurseForge, and Github Releases
- pkgver = 4.1.0
- pkgrel = 5
+ pkgver = 4.1.1
+ pkgrel = 1
url = https://github.com/gorilla-devs/ferium
arch = x86_64
license = MPL2
@@ -9,7 +9,7 @@ pkgbase = ferium-bin
depends = bzip2
provides = ferium
conflicts = ferium-gui-bin
- source = ferium-4.1.0-5.zip::https://github.com/gorilla-devs/ferium/releases/download/v4.1.0/ferium-linux-gnu-nogui.zip
- sha256sums = cf67105dd2a072518a4fe72cfba30552149fa3c8206943718336188fb4438b92
+ source = ferium-4.1.1-1.zip::https://github.com/gorilla-devs/ferium/releases/download/v4.1.1/ferium-linux-gnu-nogui.zip
+ sha256sums = 286199a41972afa32f4427555b71baf26c6066abc1761c21595c34d1914f424b
pkgname = ferium-bin
diff --git a/PKGBUILD b/PKGBUILD
index fbfc3c9da856..8af76ac7da97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Ilesh Thiada <ileshkt@gmail.com>
pkgname=ferium-bin
_pkgname=ferium
-pkgver=4.1.0
-pkgrel=5
+pkgver=4.1.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")
depends=("gcc-libs" "bzip2")
@@ -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=('cf67105dd2a072518a4fe72cfba30552149fa3c8206943718336188fb4438b92')
+sha256sums=('286199a41972afa32f4427555b71baf26c6066abc1761c21595c34d1914f424b')
package() {
cd "$srcdir"