summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlesh Thiada2022-05-29 19:35:42 +0000
committerIlesh Thiada2022-05-29 19:35:42 +0000
commit342f0fa9c267df10087d2d422edde743ccc92da3 (patch)
tree3e58d91dba4244d21ba1fefe771e0d207c2765b8
parent11890e974e5ee91e33c49c37758f396718c7fbb0 (diff)
downloadaur-342f0fa9c267df10087d2d422edde743ccc92da3.tar.gz
Update to 4.0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee4520d8b05d..14a13e756d31 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.2
+ pkgver = 4.0.3
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.2-1.zip::https://github.com/gorilla-devs/ferium/releases/download/v4.0.2/ferium-linux-gnu-nogui.zip
- sha256sums = d4dbc507e68ce5c656d4deb037d2d714ae7bca9c3b034a996e7ce090455de2f0
+ source = ferium-4.0.3-1.zip::https://github.com/gorilla-devs/ferium/releases/download/v4.0.3/ferium-linux-gnu-nogui.zip
+ sha256sums = 59566966bd636db05a8435da846f8a5bbf081b938edd2f84bb57cf013e68b30d
pkgname = ferium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4d73ec5e95a8..f62624e2d7fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Ilesh Thiada <ileshkt@gmail.com>
pkgname=ferium-bin
_pkgname=ferium
-pkgver=4.0.2
+pkgver=4.0.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")
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=('d4dbc507e68ce5c656d4deb037d2d714ae7bca9c3b034a996e7ce090455de2f0')
+sha256sums=('59566966bd636db05a8435da846f8a5bbf081b938edd2f84bb57cf013e68b30d')
package() {
cd "$srcdir"