summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlesh Thiada2023-08-07 05:04:14 +0000
committerIlesh Thiada2023-08-07 05:04:14 +0000
commit83486f41f6a95978b2f508dba3117ee14ad34d22 (patch)
tree4a9d9c52f0cda635ea05decd76ec5183ae6da3d7
parentbba7e211e20cfc60f2e1191233ccdfb076ab2698 (diff)
downloadaur-83486f41f6a95978b2f508dba3117ee14ad34d22.tar.gz
Update to 4.4.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45d96f884359..e9b3ff53928f 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.4.0
+ pkgver = 4.4.1
pkgrel = 1
url = https://github.com/gorilla-devs/ferium
arch = x86_64
@@ -10,9 +10,9 @@ pkgbase = ferium-bin
conflicts = ferium-gui-bin
conflicts = ferium-git
conflicts = ferium-gui-git
- source_x86_64 = ferium-4.4.0-1.x86_64.zip::https://github.com/gorilla-devs/ferium/releases/download/v4.4.0/ferium-linux-nogui.zip
- sha256sums_x86_64 = e1d7e89c529581e793c887abfeddd89e68024c777f336e41f6623777cff6f05c
- source_aarch64 = ferium-4.4.0-1.aarch64.zip::https://github.com/gorilla-devs/ferium/releases/download/v4.4.0/ferium-linux-arm64-nogui.zip
- sha256sums_aarch64 = 387d9f671e19729fbf9b9e9a94ecaa3270de7a4d12f5f28c416b0a443d39b3de
+ source_x86_64 = ferium-4.4.1-1.x86_64.zip::https://github.com/gorilla-devs/ferium/releases/download/v4.4.1/ferium-linux-nogui.zip
+ sha256sums_x86_64 = efb1a82381a429e4240f2872ac6b4394389b1a75f407f7e0659ab5d3f7d7319c
+ source_aarch64 = ferium-4.4.1-1.aarch64.zip::https://github.com/gorilla-devs/ferium/releases/download/v4.4.1/ferium-linux-arm64-nogui.zip
+ sha256sums_aarch64 = b75507e542b02809c884db5faf5a7313001e70261c9fe371b7f648fe53d83b97
pkgname = ferium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 59fdab4b1b5d..c114c1d8d9d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Ilesh Thiada <ileshkt@gmail.com>
pkgname=ferium-bin
_pkgname=ferium
-pkgver=4.4.0
+pkgver=4.4.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")
@@ -12,8 +12,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=('e1d7e89c529581e793c887abfeddd89e68024c777f336e41f6623777cff6f05c')
-sha256sums_aarch64=('387d9f671e19729fbf9b9e9a94ecaa3270de7a4d12f5f28c416b0a443d39b3de')
+sha256sums_x86_64=('efb1a82381a429e4240f2872ac6b4394389b1a75f407f7e0659ab5d3f7d7319c')
+sha256sums_aarch64=('b75507e542b02809c884db5faf5a7313001e70261c9fe371b7f648fe53d83b97')
package() {
cd "$srcdir"