summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlesh Thiada2022-07-25 14:26:53 +0000
committerIlesh Thiada2022-07-25 14:26:53 +0000
commitebafc97e278a954183d0c9f422e09ecc6e896205 (patch)
tree4bbdec1e0b8f2e426f8451de3f1d84ced45e2f23
parent924f3c03e986fa5020fd9417ef8206d163e8466f (diff)
downloadaur-ebafc97e278a954183d0c9f422e09ecc6e896205.tar.gz
Update to 4.1.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d89f63169d70..fc7e4d495837 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.9
+ pkgver = 4.1.10
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.9-1.zip::https://github.com/gorilla-devs/ferium/releases/download/v4.1.9/ferium-linux-gnu-nogui.zip
- sha256sums = c23f543eb15f40372644a45a47873d1c327ef21d45b13580be3d01295ef01568
+ 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
pkgname = ferium-bin
diff --git a/PKGBUILD b/PKGBUILD
index aad73bd00b99..dd976483bbee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Ilesh Thiada <ileshkt@gmail.com>
pkgname=ferium-bin
_pkgname=ferium
-pkgver=4.1.9
+pkgver=4.1.10
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=('c23f543eb15f40372644a45a47873d1c327ef21d45b13580be3d01295ef01568')
+sha256sums=('eb87ea75aa7670b2d510487c74cada1ba74a7889bd5c8766c0b7feb5530c1d8a')
package() {
cd "$srcdir"