summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlesh Thiada2023-01-01 16:49:55 +0000
committerIlesh Thiada2023-01-01 16:49:55 +0000
commitf63f4e32b8bb492db9037e3a7d9231714908b9f8 (patch)
tree0c2a93786619c8829b78e9a962b5b0311421fc81
parentcae16708acc19e1fd9f33959114d02c36bf2891a (diff)
downloadaur-f63f4e32b8bb492db9037e3a7d9231714908b9f8.tar.gz
Update to 4.3.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e464bbc26ff..58d6a649aa2f 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.2
+ pkgver = 4.3.3
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.2-1.x86_64.zip::https://github.com/gorilla-devs/ferium/releases/download/v4.3.2/ferium-linux-nogui.zip
- sha256sums_x86_64 = 4aa1b5ad928cb7531361c58795f8a36b3a6bba75bd15eac1ae1201792cbc03e0
- source_aarch64 = ferium-4.3.2-1.aarch64.zip::https://github.com/gorilla-devs/ferium/releases/download/v4.3.2/ferium-linux-arm64-nogui.zip
- sha256sums_aarch64 = 47debafd4900794dcb267b078ba3b75632f731b4aade59948a91386304965ea4
+ 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
pkgname = ferium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5e583087c252..d7c9d6e951b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Ilesh Thiada <ileshkt@gmail.com>
pkgname=ferium-bin
_pkgname=ferium
-pkgver=4.3.2
+pkgver=4.3.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" "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=('4aa1b5ad928cb7531361c58795f8a36b3a6bba75bd15eac1ae1201792cbc03e0')
-sha256sums_aarch64=('47debafd4900794dcb267b078ba3b75632f731b4aade59948a91386304965ea4')
+sha256sums_x86_64=('005e6a90fb5f9703401e91b868ec6bda1dedc4d7fb5ea4531838f6050a3d64a8')
+sha256sums_aarch64=('7a9a9bba551239409655797dbf850b136e02b68b7c148f2eb42251d2258c42f7')
package() {
cd "$srcdir"