summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlesh Thiada2022-05-16 04:36:22 +0000
committerIlesh Thiada2022-05-16 04:36:22 +0000
commite12ee0d39a78d690fbf7e7c2c014327d37a77468 (patch)
tree7bc51e6ae004e6b37bf4af61bfc8b0f77c5317ec
parentf9bd050630e2c304ed119e631b3dec2ab27d88a0 (diff)
downloadaur-e12ee0d39a78d690fbf7e7c2c014327d37a77468.tar.gz
Update to 3.28.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9c7b08a684b..4c8623976d92 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.7
+ pkgver = 3.28.8
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.7-1.zip::https://github.com/theRookieCoder/ferium/releases/download/v3.28.7/ferium-linux-gnu-nogui.zip
+ source = ferium-3.28.8-1.zip::https://github.com/theRookieCoder/ferium/releases/download/v3.28.8/ferium-linux-gnu-nogui.zip
source = ferium.desktop
- sha256sums = 755d63d927325f671d85a12fb5fbfcb05eb9532b706ad34993f8dbd757f528bc
+ sha256sums = ece2170c80172fe556d4d3f9e76a655d46daebe3fc2e266656f6f0383c1ff029
sha256sums = 594cdfb846ab9cbac0fd781a445501ebb1e3f491fd21202bf3733b00f2151018
pkgname = ferium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5edd7b1388c8..d8b7aab19d21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Ilesh Thiada <ileshkt@gmail.com>
pkgname=ferium-bin
_pkgname=ferium
-pkgver=3.28.7
+pkgver=3.28.8
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=('755d63d927325f671d85a12fb5fbfcb05eb9532b706ad34993f8dbd757f528bc'
+sha256sums=('ece2170c80172fe556d4d3f9e76a655d46daebe3fc2e266656f6f0383c1ff029'
'594cdfb846ab9cbac0fd781a445501ebb1e3f491fd21202bf3733b00f2151018')
package() {