summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlesh Thiada2023-03-24 11:49:59 +0000
committerIlesh Thiada2023-03-24 11:49:59 +0000
commitbba7e211e20cfc60f2e1191233ccdfb076ab2698 (patch)
treed9463ee837820ad7f6abae9c3572235def0e4f54
parent815a269ea97c2ca9774500537f9dd8a92c6d19d8 (diff)
downloadaur-bba7e211e20cfc60f2e1191233ccdfb076ab2698.tar.gz
Update to 4.4.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f658d353f96a..45d96f884359 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.4
+ pkgver = 4.4.0
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.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
+ 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
pkgname = ferium-bin
diff --git a/PKGBUILD b/PKGBUILD
index ffce236b2860..59fdab4b1b5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Ilesh Thiada <ileshkt@gmail.com>
pkgname=ferium-bin
_pkgname=ferium
-pkgver=4.3.4
+pkgver=4.4.0
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=('2078f96e77e759f3ac6df5d5415849c22557803eb961ba4d39fa76c3b5fdcf98')
-sha256sums_aarch64=('2a3ca302e8c9919f883ee55ca366f017c315148a74d37c9af5748dacc2d8b8f6')
+sha256sums_x86_64=('e1d7e89c529581e793c887abfeddd89e68024c777f336e41f6623777cff6f05c')
+sha256sums_aarch64=('387d9f671e19729fbf9b9e9a94ecaa3270de7a4d12f5f28c416b0a443d39b3de')
package() {
cd "$srcdir"