summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVaporeon2021-02-03 00:03:55 +1300
committerVaporeon2021-02-03 00:03:55 +1300
commit1fa68d714573112ea87eae4babc85703a0bd5d4d (patch)
tree066203a52e542c51e6a85f192818a41ebb4424f3
parent6b6686ea51dc25656bbd475e81e433b65b509008 (diff)
downloadaur-1fa68d714573112ea87eae4babc85703a0bd5d4d.tar.gz
0.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 884d2ebe32b0..108904bf51d6 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.2.2
+ pkgver = 0.3.0
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.2.2.tar.gz::https://github.com/SnowyMouse/last-resort/archive/0.2.2.tar.gz
- sha256sums = 53387f1a585d7ce631503c78f6a8d8b7906b1d2443edaff99457eddd69d107b7
+ source = last-resort-0.3.0.tar.gz::https://github.com/SnowyMouse/last-resort/archive/0.3.0.tar.gz
+ sha256sums = d50918b59cb47c42d6b0e68efac49623ebcf8cbfe8909dca693e25c3505e9f3b
pkgname = last-resort
diff --git a/PKGBUILD b/PKGBUILD
index dcccab1bbef8..3b84e9e58f0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vaporeon <vaporeon@vaporeon.io>
pkgname=last-resort
-pkgver=0.2.2
+pkgver=0.3.0
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=('53387f1a585d7ce631503c78f6a8d8b7906b1d2443edaff99457eddd69d107b7')
+sha256sums=('d50918b59cb47c42d6b0e68efac49623ebcf8cbfe8909dca693e25c3505e9f3b')
prepare() {
mkdir -p build