summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlesh Thiada2022-05-25 05:49:44 +0000
committerIlesh Thiada2022-05-25 05:49:44 +0000
commit11890e974e5ee91e33c49c37758f396718c7fbb0 (patch)
tree23134f9d64256e603de7313fa7892e99ffc91a5f
parent0b4030711deb8af72e1ceaded5be530e7d9c9ea6 (diff)
downloadaur-11890e974e5ee91e33c49c37758f396718c7fbb0.tar.gz
Update to 4.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cabc24da61d3..ee4520d8b05d 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.1
+ pkgver = 4.0.2
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.1-1.zip::https://github.com/gorilla-devs/ferium/releases/download/v4.0.1/ferium-linux-gnu-nogui.zip
- sha256sums = 7064d03951e084042004d8da6738e49c514bfd24d4f97b279623420074ebdd43
+ source = ferium-4.0.2-1.zip::https://github.com/gorilla-devs/ferium/releases/download/v4.0.2/ferium-linux-gnu-nogui.zip
+ sha256sums = d4dbc507e68ce5c656d4deb037d2d714ae7bca9c3b034a996e7ce090455de2f0
pkgname = ferium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 96177aa4f2e3..4d73ec5e95a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Ilesh Thiada <ileshkt@gmail.com>
pkgname=ferium-bin
_pkgname=ferium
-pkgver=4.0.1
+pkgver=4.0.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")
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=('7064d03951e084042004d8da6738e49c514bfd24d4f97b279623420074ebdd43')
+sha256sums=('d4dbc507e68ce5c656d4deb037d2d714ae7bca9c3b034a996e7ce090455de2f0')
package() {
cd "$srcdir"