summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlesh Thiada2022-04-27 13:43:10 +0000
committerIlesh Thiada2022-04-27 13:43:10 +0000
commitc4f8c1e1a087db17a0bcf40cce861375e30ebc52 (patch)
tree0d119597cc211cdf6847ec22caab143d8edbb7b4
parentcc2bbd9b2b54f72c0ef882c171d81a8bdc1c1fd8 (diff)
downloadaur-c4f8c1e1a087db17a0bcf40cce861375e30ebc52.tar.gz
Update to 3.22.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 880bd7833d85..a01401aca65c 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.22.1
+ pkgver = 3.22.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.22.1-1.zip::https://github.com/theRookieCoder/ferium/releases/download/v3.22.1/ferium-linux-gnu-nogui.zip
+ source = ferium-3.22.2-1.zip::https://github.com/theRookieCoder/ferium/releases/download/v3.22.2/ferium-linux-gnu-nogui.zip
source = ferium.desktop
- sha256sums = f661263e55aa8204745c889ca34c7406931fd2e26c7e705f9aef02eb63e1881e
+ sha256sums = ce42eedff9cbe46f0faecad330339635d80d72fc4b6bae647a9c48782f9e2e1d
sha256sums = 594cdfb846ab9cbac0fd781a445501ebb1e3f491fd21202bf3733b00f2151018
pkgname = ferium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5d205c02c509..acee5495534c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Ilesh Thiada <ileshkt@gmail.com>
pkgname=ferium-bin
_pkgname=ferium
-pkgver=3.22.1
+pkgver=3.22.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=('f661263e55aa8204745c889ca34c7406931fd2e26c7e705f9aef02eb63e1881e'
+sha256sums=('ce42eedff9cbe46f0faecad330339635d80d72fc4b6bae647a9c48782f9e2e1d'
'594cdfb846ab9cbac0fd781a445501ebb1e3f491fd21202bf3733b00f2151018')
package() {