summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlesh Thiada2022-11-14 13:12:28 +0000
committerIlesh Thiada2022-11-14 13:12:28 +0000
commit59268115278fc720f33071a1de05ec27997ef652 (patch)
treef0b142208d61b92d608d623d0c04170ba5c915ae
parented548f106aac3fc4318a1a877dc0ec0ed684a23d (diff)
downloadaur-59268115278fc720f33071a1de05ec27997ef652.tar.gz
Update to 4.2.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fc3fcd16751..16664e67de4e 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.1
+ pkgver = 4.2.2
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.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
+ source_x86_64 = ferium-4.2.2-1.x86_64.zip::https://github.com/gorilla-devs/ferium/releases/download/v4.2.2/ferium-linux-nogui.zip
+ sha256sums_x86_64 = f6bd749af446b973feb3c44c80eea55e5b721c0b3ee14389a7f44569aa8e6559
+ source_aarch64 = ferium-4.2.2-1.aarch64.zip::https://github.com/gorilla-devs/ferium/releases/download/v4.2.2/ferium-linux-arm64-nogui.zip
+ sha256sums_aarch64 = eff9ba88b7161b37cf691f80c24babef9ba02c645506287c55c5af3332c57a44
pkgname = ferium-bin
diff --git a/PKGBUILD b/PKGBUILD
index b788bb36a303..391fcfbc22c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Ilesh Thiada <ileshkt@gmail.com>
pkgname=ferium-bin
_pkgname=ferium
-pkgver=4.2.1
+pkgver=4.2.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" "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=('bfb75773fed73b88b52deb0765c57cc8e157397bd72668b61ed4fa8e988466fa')
-sha256sums_aarch64=('5b5705100038a5576844950b2463e0073376b062ea5eb175dcf99436397ed382')
+sha256sums_x86_64=('f6bd749af446b973feb3c44c80eea55e5b721c0b3ee14389a7f44569aa8e6559')
+sha256sums_aarch64=('eff9ba88b7161b37cf691f80c24babef9ba02c645506287c55c5af3332c57a44')
package() {
cd "$srcdir"