summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlesh Thiada2022-05-09 19:00:20 +0000
committerIlesh Thiada2022-05-09 19:00:20 +0000
commitfc18d266939c3f5a98b985b3d5ba2cf42445ee96 (patch)
treee842e716e1d91ef3a07aa00b53ee0f78d5a5eb45
parent2a5bc6f7e4747e2d881d81beccf4124779b7e2bd (diff)
downloadaur-fc18d266939c3f5a98b985b3d5ba2cf42445ee96.tar.gz
Update to 3.28.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 326bc576d9a0..4a9a4b515ed2 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.0
+ pkgver = 3.28.2
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.0-1.zip::https://github.com/theRookieCoder/ferium/releases/download/v3.28.0/ferium-linux-gnu-nogui.zip
+ source = ferium-3.28.2-1.zip::https://github.com/theRookieCoder/ferium/releases/download/v3.28.2/ferium-linux-gnu-nogui.zip
source = ferium.desktop
- sha256sums = 08dfcd7a60adc5c31703d7850a6e3d07f696e1a2b20e21194dfd71ef62d91e1b
+ sha256sums = 13f9785457b28232c3b14507d7ea4abdfce26a6161882d20e60d603a5587fac1
sha256sums = 594cdfb846ab9cbac0fd781a445501ebb1e3f491fd21202bf3733b00f2151018
pkgname = ferium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 19e550010919..1ee46bb0bca8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Ilesh Thiada <ileshkt@gmail.com>
pkgname=ferium-bin
_pkgname=ferium
-pkgver=3.28.0
+pkgver=3.28.2
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=('08dfcd7a60adc5c31703d7850a6e3d07f696e1a2b20e21194dfd71ef62d91e1b'
+sha256sums=('13f9785457b28232c3b14507d7ea4abdfce26a6161882d20e60d603a5587fac1'
'594cdfb846ab9cbac0fd781a445501ebb1e3f491fd21202bf3733b00f2151018')
package() {