summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOle Erik Brennhagen2020-09-03 16:17:14 +0200
committerOle Erik Brennhagen2020-09-03 16:17:14 +0200
commitfa7ba75fdf24d2081a360c6b8c1171590101b454 (patch)
treefe47abdb25d08151e6383db11e6b051ed0dd740e
parent4fad3d5b74f13ec0c5a9ad5957378eeed7d081cb (diff)
downloadaur-fa7ba75fdf24d2081a360c6b8c1171590101b454.tar.gz
Update to 0.9.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3afc0d93a8cc..9472e392040f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = ffmt-bin
pkgdesc = FFXIV_Modding_Tool (FFMT for short) is a crossplatform commandline interface for Final Fantasy XIV Modding.
- pkgver = 0.9.3.2
- pkgrel = 2
+ pkgver = 0.9.4
+ pkgrel = 1
url = https://ffmt.pwd.cat/docs/
arch = i686
arch = x86_64
license = GNU General Public License v3.0
depends = dotnet-runtime
options = staticlibs
- source = https://github.com/fosspill/FFXIV_Modding_Tool/releases/download/v0.9.3.2/FFXIV_Modding_Tool-linux-0.9.3.2.zip
- sha256sums = 74ace7c90619be80428d819c6ffdcb69a10aa28195fada86f232173ac2da0559
+ source = https://github.com/fosspill/FFXIV_Modding_Tool/releases/download/v0.9.4/FFXIV_Modding_Tool-linux-0.9.4.zip
+ sha256sums = 842c336fc08798208853d5e4e7ab3684832044f4948f08eadc04ff58dabf5735
pkgname = ffmt-bin
diff --git a/PKGBUILD b/PKGBUILD
index d7a735bb73ea..7e6e711a5395 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname="ffmt-bin"
fullpkgname="FFXIV_Modding_Tool-linux"
-pkgver="0.9.3.2"
-pkgrel="2"
+pkgver="0.9.4"
+pkgrel="1"
pkgdesc="FFXIV_Modding_Tool (FFMT for short) is a crossplatform commandline interface for Final Fantasy XIV Modding."
arch=('i686' 'x86_64')
options=('staticlibs')
@@ -9,7 +9,7 @@ url="https://ffmt.pwd.cat/docs/"
license=("GNU General Public License v3.0")
depends=("dotnet-runtime")
source=("https://github.com/fosspill/FFXIV_Modding_Tool/releases/download/v${pkgver}/FFXIV_Modding_Tool-linux-${pkgver}.zip")
-sha256sums=("74ace7c90619be80428d819c6ffdcb69a10aa28195fada86f232173ac2da0559")
+sha256sums=("842c336fc08798208853d5e4e7ab3684832044f4948f08eadc04ff58dabf5735")
package() {
cd $srcdir