summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlesh Thiada2022-05-11 10:47:14 +0000
committerIlesh Thiada2022-05-11 10:47:14 +0000
commit23318053a18d4427b8f643696fc1e5d1d8318727 (patch)
tree371f3af1cc910ddbbe096832f350163dd6869036
parent79f7437c168b2038224c477f7127dd709bb946f3 (diff)
downloadaur-23318053a18d4427b8f643696fc1e5d1d8318727.tar.gz
Update to 3.28.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e696b86c5e35..1083d7859674 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.28.3
+ pkgver = 3.28.4
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.28.3-1.zip::https://github.com/theRookieCoder/ferium/releases/download/v3.28.3/ferium-linux-gnu-nogui.zip
+ source = ferium-3.28.4-1.zip::https://github.com/theRookieCoder/ferium/releases/download/v3.28.4/ferium-linux-gnu-nogui.zip
source = ferium.desktop
- sha256sums = 8c03d79e4e48730dc10514f430e2aaeb089ebc4dcb16435eceeb109e6234e6e4
+ sha256sums = f9863f4380ca2b4e8f05922b048c1e8f50154db25652be5f193fa964b77545ac
sha256sums = 594cdfb846ab9cbac0fd781a445501ebb1e3f491fd21202bf3733b00f2151018
pkgname = ferium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3b61ecbb433b..80765e2d578d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Ilesh Thiada <ileshkt@gmail.com>
pkgname=ferium-bin
_pkgname=ferium
-pkgver=3.28.3
+pkgver=3.28.4
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=('8c03d79e4e48730dc10514f430e2aaeb089ebc4dcb16435eceeb109e6234e6e4'
+sha256sums=('f9863f4380ca2b4e8f05922b048c1e8f50154db25652be5f193fa964b77545ac'
'594cdfb846ab9cbac0fd781a445501ebb1e3f491fd21202bf3733b00f2151018')
package() {