summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlesh Thiada2022-06-08 12:16:59 +0000
committerIlesh Thiada2022-06-08 12:16:59 +0000
commit624ce5c9095bfbd5e24b1ca8adbe74d095212b3a (patch)
treec90d4dbe5120ad3ef439aa961eb8d486b57300a1
parent5c80dbf4eb588b60c66b4d8be93720f41eabf967 (diff)
downloadaur-624ce5c9095bfbd5e24b1ca8adbe74d095212b3a.tar.gz
Update to 4.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f266cc309760..3813bd391c98 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.1.1
+ pkgver = 4.1.2
pkgrel = 1
url = https://github.com/gorilla-devs/ferium
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = ferium-bin
conflicts = ferium-gui-bin
conflicts = ferium-git
conflicts = ferium-gui-git
- 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
+ source = ferium-4.1.2-1.zip::https://github.com/gorilla-devs/ferium/releases/download/v4.1.2/ferium-linux-gnu-nogui.zip
+ sha256sums = c20894712d4e684de43632eec809b107adab2a445d3a10ac58ec8fe45c557b8a
pkgname = ferium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3ac486381210..2b191d81bd6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Ilesh Thiada <ileshkt@gmail.com>
pkgname=ferium-bin
_pkgname=ferium
-pkgver=4.1.1
+pkgver=4.1.2
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" "ferium-git" "ferium-gui-git")
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=('286199a41972afa32f4427555b71baf26c6066abc1761c21595c34d1914f424b')
+sha256sums=('c20894712d4e684de43632eec809b107adab2a445d3a10ac58ec8fe45c557b8a')
package() {
cd "$srcdir"