summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlesh Thiada2022-10-02 16:31:31 +0000
committerIlesh Thiada2022-10-02 16:31:31 +0000
commitfb7a6c8fc8b149555ba311e15b66125aa6578b3f (patch)
treec1c6c7778c6789615a23231d09eb66dea014865b
parentebafc97e278a954183d0c9f422e09ecc6e896205 (diff)
downloadaur-fb7a6c8fc8b149555ba311e15b66125aa6578b3f.tar.gz
Update to 4.1.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc7e4d495837..f10d039e4c49 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.1.10
+ pkgver = 4.1.11
pkgrel = 1
url = https://github.com/gorilla-devs/ferium
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = ferium-bin
conflicts = ferium-gui-bin
conflicts = ferium-git
conflicts = ferium-gui-git
- source = ferium-4.1.10-1.zip::https://github.com/gorilla-devs/ferium/releases/download/v4.1.10/ferium-linux-gnu-nogui.zip
- sha256sums = eb87ea75aa7670b2d510487c74cada1ba74a7889bd5c8766c0b7feb5530c1d8a
+ source = ferium-4.1.11-1.zip::https://github.com/gorilla-devs/ferium/releases/download/v4.1.11/ferium-linux-gnu-nogui.zip
+ sha256sums = 3ce6c78cbe63860a104b8e556acac56599f0d0acf601224802ecd772739bd0eb
pkgname = ferium-bin
diff --git a/PKGBUILD b/PKGBUILD
index dd976483bbee..ebbc9bc4a823 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Ilesh Thiada <ileshkt@gmail.com>
pkgname=ferium-bin
_pkgname=ferium
-pkgver=4.1.10
+pkgver=4.1.11
pkgrel=1
pkgdesc="Fast and multi-source CLI program for managing Minecraft mods and modpacks from Modrinth, CurseForge, and Github Releases"
arch=("x86_64")
@@ -12,7 +12,7 @@ conflicts=("ferium-gui-bin" "ferium-git" "ferium-gui-git")
url="https://github.com/gorilla-devs/ferium"
license=('MPL2')
source=("$_pkgname-$pkgver-$pkgrel.zip::https://github.com/gorilla-devs/ferium/releases/download/v$pkgver/ferium-linux-gnu-nogui.zip")
-sha256sums=('eb87ea75aa7670b2d510487c74cada1ba74a7889bd5c8766c0b7feb5530c1d8a')
+sha256sums=('3ce6c78cbe63860a104b8e556acac56599f0d0acf601224802ecd772739bd0eb')
package() {
cd "$srcdir"