summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlesh Thiada2022-05-19 10:08:43 +0000
committerIlesh Thiada2022-05-19 10:08:43 +0000
commit4a9e066df3a899c3d12b3d972d5986408d97412c (patch)
treee76e7ef0f5e41d7981e6c3310d73bd2596f34eea
parente12ee0d39a78d690fbf7e7c2c014327d37a77468 (diff)
downloadaur-4a9e066df3a899c3d12b3d972d5986408d97412c.tar.gz
Update to 4.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c8623976d92..071ad2ac53f2 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.8
+ pkgver = 4.0.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.28.8-1.zip::https://github.com/theRookieCoder/ferium/releases/download/v3.28.8/ferium-linux-gnu-nogui.zip
+ source = ferium-4.0.0-1.zip::https://github.com/theRookieCoder/ferium/releases/download/v4.0.0/ferium-linux-gnu-nogui.zip
source = ferium.desktop
- sha256sums = ece2170c80172fe556d4d3f9e76a655d46daebe3fc2e266656f6f0383c1ff029
+ sha256sums = 173a881ffdf37ccf38a89ce026c7b8c1bc39959c1c5ef778afbc98d34f5649e3
sha256sums = 594cdfb846ab9cbac0fd781a445501ebb1e3f491fd21202bf3733b00f2151018
pkgname = ferium-bin
diff --git a/PKGBUILD b/PKGBUILD
index d8b7aab19d21..2c58735a098b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Ilesh Thiada <ileshkt@gmail.com>
pkgname=ferium-bin
_pkgname=ferium
-pkgver=3.28.8
+pkgver=4.0.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=('ece2170c80172fe556d4d3f9e76a655d46daebe3fc2e266656f6f0383c1ff029'
+sha256sums=('173a881ffdf37ccf38a89ce026c7b8c1bc39959c1c5ef778afbc98d34f5649e3'
'594cdfb846ab9cbac0fd781a445501ebb1e3f491fd21202bf3733b00f2151018')
package() {