summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlesh Thiada2023-01-14 13:06:34 +0000
committerIlesh Thiada2023-01-14 13:06:34 +0000
commitc8ba811c17fe4632d3f899333da91f3929626b08 (patch)
tree7e7271c02745eb064d93c483a699a1410682d6de
parentf63f4e32b8bb492db9037e3a7d9231714908b9f8 (diff)
downloadaur-c8ba811c17fe4632d3f899333da91f3929626b08.tar.gz
Update to 4.3.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58d6a649aa2f..1b9f93f5e223 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.3.3
+ pkgver = 4.3.4
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.3.3-1.x86_64.zip::https://github.com/gorilla-devs/ferium/releases/download/v4.3.3/ferium-linux-nogui.zip
- sha256sums_x86_64 = 005e6a90fb5f9703401e91b868ec6bda1dedc4d7fb5ea4531838f6050a3d64a8
- source_aarch64 = ferium-4.3.3-1.aarch64.zip::https://github.com/gorilla-devs/ferium/releases/download/v4.3.3/ferium-linux-arm64-nogui.zip
- sha256sums_aarch64 = 7a9a9bba551239409655797dbf850b136e02b68b7c148f2eb42251d2258c42f7
+ source_x86_64 = ferium-4.3.4-1.x86_64.zip::https://github.com/gorilla-devs/ferium/releases/download/v4.3.4/ferium-linux-nogui.zip
+ sha256sums_x86_64 = 2078f96e77e759f3ac6df5d5415849c22557803eb961ba4d39fa76c3b5fdcf98
+ source_aarch64 = ferium-4.3.4-1.aarch64.zip::https://github.com/gorilla-devs/ferium/releases/download/v4.3.4/ferium-linux-arm64-nogui.zip
+ sha256sums_aarch64 = 2a3ca302e8c9919f883ee55ca366f017c315148a74d37c9af5748dacc2d8b8f6
pkgname = ferium-bin
diff --git a/PKGBUILD b/PKGBUILD
index d7c9d6e951b8..c686d34ad338 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Ilesh Thiada <ileshkt@gmail.com>
pkgname=ferium-bin
_pkgname=ferium
-pkgver=4.3.3
+pkgver=4.3.4
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=('005e6a90fb5f9703401e91b868ec6bda1dedc4d7fb5ea4531838f6050a3d64a8')
-sha256sums_aarch64=('7a9a9bba551239409655797dbf850b136e02b68b7c148f2eb42251d2258c42f7')
+sha256sums_x86_64=('2078f96e77e759f3ac6df5d5415849c22557803eb961ba4d39fa76c3b5fdcf98')
+sha256sums_aarch64=('2a3ca302e8c9919f883ee55ca366f017c315148a74d37c9af5748dacc2d8b8f6')
package() {
cd "$srcdir"