summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlesh Thiada2022-05-06 06:09:20 +0000
committerIlesh Thiada2022-05-06 06:09:20 +0000
commit635dd6dae42dbdc089615f0232c6bdf7d7663a80 (patch)
tree40c779f6043cf2a272ff3062ef29a8c0c9aa5741
parentcf0cc2bbab763e0ec4de6325a064a57a5429de55 (diff)
downloadaur-635dd6dae42dbdc089615f0232c6bdf7d7663a80.tar.gz
Update to 3.26.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6757ef05cd1..e6493ce03a36 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.25.1
+ pkgver = 3.26.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.25.1-1.zip::https://github.com/theRookieCoder/ferium/releases/download/v3.25.1/ferium-linux-gnu-nogui.zip
+ source = ferium-3.26.0-1.zip::https://github.com/theRookieCoder/ferium/releases/download/v3.26.0/ferium-linux-gnu-nogui.zip
source = ferium.desktop
- sha256sums = cc4e725cc4ef4a3d655cdd9fe02d8fe165bf3e012c293770e313306df590643d
+ sha256sums = b203949c8ab9773f95fa9a7a17ae359f6522bc80fa3407408f475fe450276399
sha256sums = 594cdfb846ab9cbac0fd781a445501ebb1e3f491fd21202bf3733b00f2151018
pkgname = ferium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5b4101da369b..c3a049598265 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Ilesh Thiada <ileshkt@gmail.com>
pkgname=ferium-bin
_pkgname=ferium
-pkgver=3.25.1
+pkgver=3.26.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=('cc4e725cc4ef4a3d655cdd9fe02d8fe165bf3e012c293770e313306df590643d'
+sha256sums=('b203949c8ab9773f95fa9a7a17ae359f6522bc80fa3407408f475fe450276399'
'594cdfb846ab9cbac0fd781a445501ebb1e3f491fd21202bf3733b00f2151018')
package() {