summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlesh Thiada2024-01-30 14:50:33 +0000
committerIlesh Thiada2024-01-30 14:50:33 +0000
commit73b52bfb8507b7334ec5d48401118ca31565e6c7 (patch)
treef687080278d5d37e8a3fdb385451a88fc2f2d463
parent83486f41f6a95978b2f508dba3117ee14ad34d22 (diff)
downloadaur-73b52bfb8507b7334ec5d48401118ca31565e6c7.tar.gz
Update to 4.5.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9b3ff53928f..9eebdc692d09 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.1
+ pkgver = 4.5.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.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
+ source_x86_64 = ferium-4.5.0-1.x86_64.zip::https://github.com/gorilla-devs/ferium/releases/download/v4.5.0/ferium-linux-nogui.zip
+ sha256sums_x86_64 = fccef9e156c70f737db36abeb383ea62c7283f30866f3292de6ecfa2a0c385a5
+ source_aarch64 = ferium-4.5.0-1.aarch64.zip::https://github.com/gorilla-devs/ferium/releases/download/v4.5.0/ferium-linux-arm64-nogui.zip
+ sha256sums_aarch64 = 8ba9d61ee93f2e6c32fe192bd0972df69d7830a45423957a1ceaa55cf5f73aef
pkgname = ferium-bin
diff --git a/PKGBUILD b/PKGBUILD
index c114c1d8d9d3..735838744bb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Ilesh Thiada <ileshkt@gmail.com>
pkgname=ferium-bin
_pkgname=ferium
-pkgver=4.4.1
+pkgver=4.5.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=('efb1a82381a429e4240f2872ac6b4394389b1a75f407f7e0659ab5d3f7d7319c')
-sha256sums_aarch64=('b75507e542b02809c884db5faf5a7313001e70261c9fe371b7f648fe53d83b97')
+sha256sums_x86_64=('fccef9e156c70f737db36abeb383ea62c7283f30866f3292de6ecfa2a0c385a5')
+sha256sums_aarch64=('8ba9d61ee93f2e6c32fe192bd0972df69d7830a45423957a1ceaa55cf5f73aef')
package() {
cd "$srcdir"