summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlesh Thiada2022-05-03 10:58:42 +0000
committerIlesh Thiada2022-05-03 10:58:42 +0000
commit1b6e4ff2e2567eb94319b1e62be2d94148dcf801 (patch)
tree2d4a29a98198f86bbd1250d14b417fb8cee6558a
parent45f9dd2613a7af8a76399bdefb60e109a41228be (diff)
downloadaur-1b6e4ff2e2567eb94319b1e62be2d94148dcf801.tar.gz
Update to 3.24.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 318c768d5770..984277d42abd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ferium-bin
pkgdesc = Ferium is an easy to use CLI program for downloading and updating Minecraft mods from Modrinth, CurseForge, and GitHub Releases.
- pkgver = 3.23.0
+ pkgver = 3.24.0
pkgrel = 1
url = https://github.com/theRookieCoder/ferium
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = ferium-bin
depends = gcc-libs
provides = ferium
conflicts = ferium-gui-bin
- source = ferium-3.23.0-1.zip::https://github.com/theRookieCoder/ferium/releases/download/v3.23.0/ferium-linux-gnu-nogui.zip
+ source = ferium-3.24.0-1.zip::https://github.com/theRookieCoder/ferium/releases/download/v3.24.0/ferium-linux-gnu-nogui.zip
source = ferium.desktop
- sha256sums = bea047b5f8de8e2a93bb9b10587620811caef9885c474e0cfdf2ab11d84d0492
+ sha256sums = 4819b0375fba39c63cedf9d359bd391cbabb194c64167a3c9b05268052439506
sha256sums = 594cdfb846ab9cbac0fd781a445501ebb1e3f491fd21202bf3733b00f2151018
pkgname = ferium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1c8939a6bfb6..32fd123b90c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Ilesh Thiada <ileshkt@gmail.com>
pkgname=ferium-bin
_pkgname=ferium
-pkgver=3.23.0
+pkgver=3.24.0
pkgrel=1
pkgdesc="Ferium is an easy to use CLI program for downloading and updating Minecraft mods from Modrinth, CurseForge, and GitHub Releases."
arch=("x86_64")
@@ -13,7 +13,7 @@ url="https://github.com/theRookieCoder/ferium"
license=('MPL2')
source=("$_pkgname-$pkgver-$pkgrel.zip::https://github.com/theRookieCoder/ferium/releases/download/v$pkgver/ferium-linux-gnu-nogui.zip"
"ferium.desktop")
-sha256sums=('bea047b5f8de8e2a93bb9b10587620811caef9885c474e0cfdf2ab11d84d0492'
+sha256sums=('4819b0375fba39c63cedf9d359bd391cbabb194c64167a3c9b05268052439506'
'594cdfb846ab9cbac0fd781a445501ebb1e3f491fd21202bf3733b00f2151018')
package() {