summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 108904bf51d6..d2750ba3295e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = last-resort
pkgdesc = Tool for convincing Gearbox tags to work with the Xbox version of Halo.
- pkgver = 0.3.0
+ pkgver = 0.3.1
pkgrel = 1
url = https://github.com/SnowyMouse/last-resort
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = last-resort
makedepends = cmake
makedepends = ninja
depends = invader
- source = last-resort-0.3.0.tar.gz::https://github.com/SnowyMouse/last-resort/archive/0.3.0.tar.gz
- sha256sums = d50918b59cb47c42d6b0e68efac49623ebcf8cbfe8909dca693e25c3505e9f3b
+ source = last-resort-0.3.1.tar.gz::https://github.com/SnowyMouse/last-resort/archive/0.3.1.tar.gz
+ sha256sums = b29a985ae7daef4f85fed99ed0aa04c53f4cca4036e5f2fc7cdfb722fd5e0621
pkgname = last-resort
diff --git a/PKGBUILD b/PKGBUILD
index 3b84e9e58f0d..8dbaf42daf83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vaporeon <vaporeon@vaporeon.io>
pkgname=last-resort
-pkgver=0.3.0
+pkgver=0.3.1
pkgrel=1
pkgdesc="Tool for convincing Gearbox tags to work with the Xbox version of Halo."
depends=('invader')
@@ -10,7 +10,7 @@ arch=('x86_64')
url="https://github.com/SnowyMouse/last-resort"
license=('GPL3')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/SnowyMouse/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('d50918b59cb47c42d6b0e68efac49623ebcf8cbfe8909dca693e25c3505e9f3b')
+sha256sums=('b29a985ae7daef4f85fed99ed0aa04c53f4cca4036e5f2fc7cdfb722fd5e0621')
prepare() {
mkdir -p build