summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlesh Thiada2022-06-11 06:14:42 +0000
committerIlesh Thiada2022-06-11 06:14:42 +0000
commit9f47d16d9e4f6bdaa69a086814791c33f07a6c2a (patch)
tree2ea2264d4a8f8d125444358b85b70f7e045a7ceb
parent624ce5c9095bfbd5e24b1ca8adbe74d095212b3a (diff)
downloadaur-9f47d16d9e4f6bdaa69a086814791c33f07a6c2a.tar.gz
Update to 4.1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3813bd391c98..ee5daf001dc4 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.2
+ pkgver = 4.1.3
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.2-1.zip::https://github.com/gorilla-devs/ferium/releases/download/v4.1.2/ferium-linux-gnu-nogui.zip
- sha256sums = c20894712d4e684de43632eec809b107adab2a445d3a10ac58ec8fe45c557b8a
+ source = ferium-4.1.3-1.zip::https://github.com/gorilla-devs/ferium/releases/download/v4.1.3/ferium-linux-gnu-nogui.zip
+ sha256sums = 26b08834d667753f1f2a616a34c8d598be25d362cf24635070a42068b9aa8224
pkgname = ferium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2b191d81bd6e..996884deabf6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Ilesh Thiada <ileshkt@gmail.com>
pkgname=ferium-bin
_pkgname=ferium
-pkgver=4.1.2
+pkgver=4.1.3
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=('c20894712d4e684de43632eec809b107adab2a445d3a10ac58ec8fe45c557b8a')
+sha256sums=('26b08834d667753f1f2a616a34c8d598be25d362cf24635070a42068b9aa8224')
package() {
cd "$srcdir"