summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f10d039e4c49..8690cbe4c22f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
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.11
+ pkgver = 4.2.0
pkgrel = 1
url = https://github.com/gorilla-devs/ferium
arch = x86_64
license = MPL2
- depends = gcc-libs
depends = bzip2
provides = ferium
conflicts = ferium-gui-bin
conflicts = ferium-git
conflicts = ferium-gui-git
- source = ferium-4.1.11-1.zip::https://github.com/gorilla-devs/ferium/releases/download/v4.1.11/ferium-linux-gnu-nogui.zip
- sha256sums = 3ce6c78cbe63860a104b8e556acac56599f0d0acf601224802ecd772739bd0eb
+ source = ferium-4.2.0-1.zip::https://github.com/gorilla-devs/ferium/releases/download/v4.2.0/ferium-linux-nogui.zip
+ sha256sums = 151d76a917c012aee9b8e8fa47170974903f6868bdb500598167fe082692dd73
pkgname = ferium-bin
diff --git a/PKGBUILD b/PKGBUILD
index ebbc9bc4a823..c570d6fab5e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Maintainer: Ilesh Thiada <ileshkt@gmail.com>
pkgname=ferium-bin
_pkgname=ferium
-pkgver=4.1.11
+pkgver=4.2.0
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")
+depends=("bzip2")
provides=("ferium")
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=('3ce6c78cbe63860a104b8e556acac56599f0d0acf601224802ecd772739bd0eb')
+source=("$_pkgname-$pkgver-$pkgrel.zip::https://github.com/gorilla-devs/ferium/releases/download/v$pkgver/ferium-linux-nogui.zip")
+sha256sums=('151d76a917c012aee9b8e8fa47170974903f6868bdb500598167fe082692dd73')
package() {
cd "$srcdir"