summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlesh Thiada2022-11-13 16:08:11 +0000
committerIlesh Thiada2022-11-13 16:08:11 +0000
commited548f106aac3fc4318a1a877dc0ec0ed684a23d (patch)
tree83936a24352469b537ced55e93b7bc7a596c98fd
parentcd8bb1362411277dea5698a93742f9d1d5f2b75c (diff)
downloadaur-ed548f106aac3fc4318a1a877dc0ec0ed684a23d.tar.gz
Update to 4.2.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91524c1372e3..8fc3fcd16751 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.2.0
+ pkgver = 4.2.1
pkgrel = 1
url = https://github.com/gorilla-devs/ferium
arch = x86_64
@@ -11,9 +11,9 @@ pkgbase = ferium-bin
conflicts = ferium-gui-bin
conflicts = ferium-git
conflicts = ferium-gui-git
- source_x86_64 = ferium-4.2.0-1.x86_64.zip::https://github.com/gorilla-devs/ferium/releases/download/v4.2.0/ferium-linux-nogui.zip
- sha256sums_x86_64 = 151d76a917c012aee9b8e8fa47170974903f6868bdb500598167fe082692dd73
- source_aarch64 = ferium-4.2.0-1.aarch64.zip::https://github.com/gorilla-devs/ferium/releases/download/v4.2.0/ferium-linux-arm64-nogui.zip
- sha256sums_aarch64 = c8644f0a1e95e4d7e0924dfa6f32752d6d48f5d1b65905dfdf33cce7cbbbff2a
+ source_x86_64 = ferium-4.2.1-1.x86_64.zip::https://github.com/gorilla-devs/ferium/releases/download/v4.2.1/ferium-linux-nogui.zip
+ sha256sums_x86_64 = bfb75773fed73b88b52deb0765c57cc8e157397bd72668b61ed4fa8e988466fa
+ source_aarch64 = ferium-4.2.1-1.aarch64.zip::https://github.com/gorilla-devs/ferium/releases/download/v4.2.1/ferium-linux-arm64-nogui.zip
+ sha256sums_aarch64 = 5b5705100038a5576844950b2463e0073376b062ea5eb175dcf99436397ed382
pkgname = ferium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5cc2287092a4..b788bb36a303 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Ilesh Thiada <ileshkt@gmail.com>
pkgname=ferium-bin
_pkgname=ferium
-pkgver=4.2.0
+pkgver=4.2.1
pkgrel=1
pkgdesc="Fast and multi-source CLI program for managing Minecraft mods and modpacks from Modrinth, CurseForge, and Github Releases"
arch=("x86_64" "aarch64")
@@ -13,8 +13,8 @@ url="https://github.com/gorilla-devs/ferium"
license=('MPL2')
source_x86_64=("$_pkgname-$pkgver-$pkgrel.x86_64.zip::https://github.com/gorilla-devs/ferium/releases/download/v$pkgver/ferium-linux-nogui.zip")
source_aarch64=("$_pkgname-$pkgver-$pkgrel.aarch64.zip::https://github.com/gorilla-devs/ferium/releases/download/v$pkgver/ferium-linux-arm64-nogui.zip")
-sha256sums_x86_64=('151d76a917c012aee9b8e8fa47170974903f6868bdb500598167fe082692dd73')
-sha256sums_aarch64=('c8644f0a1e95e4d7e0924dfa6f32752d6d48f5d1b65905dfdf33cce7cbbbff2a')
+sha256sums_x86_64=('bfb75773fed73b88b52deb0765c57cc8e157397bd72668b61ed4fa8e988466fa')
+sha256sums_aarch64=('5b5705100038a5576844950b2463e0073376b062ea5eb175dcf99436397ed382')
package() {
cd "$srcdir"