summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraeme Gott2017-12-27 10:25:36 -0500
committerGraeme Gott2017-12-27 10:25:36 -0500
commit5c060879593cd01bedb5bc8b8db452248cc2059f (patch)
treebb642ecf9777bb770984c2ee3d9b1924fe51f765
parent06de5479f3459dd5338fb042aa77fcc4a242174a (diff)
downloadaur-5c060879593cd01bedb5bc8b8db452248cc2059f.tar.gz
Update to 1.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e7c76b78907..9a349f29907d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hexalate
pkgdesc = A color matching game
- pkgver = 1.1.1
+ pkgver = 1.1.2
pkgrel = 1
url = https://gottcode.org/hexalate/
arch = i686
@@ -8,8 +8,8 @@ pkgbase = hexalate
license = GPL3
makedepends = qt5-tools
depends = qt5-base
- source = https://gottcode.org/hexalate/hexalate-1.1.1-src.tar.bz2
- sha256sums = d5e5b00f1a177b105060bb03d23f644125fe6923b3582dacc3a87b82a79de2c7
+ source = https://gottcode.org/hexalate/hexalate-1.1.2-src.tar.bz2
+ sha256sums = 3a261e6b07f69b24332a13857b41684969a94be3aaee7a4a6f9d2115ef76dd4f
pkgname = hexalate
diff --git a/PKGBUILD b/PKGBUILD
index c2f9e9881527..41ba5086c2d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graeme Gott <graeme@gottcode.org>
pkgname=hexalate
-pkgver=1.1.1
+pkgver=1.1.2
pkgrel=1
pkgdesc='A color matching game'
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('qt5-base')
makedepends=('qt5-tools')
source=("https://gottcode.org/$pkgname/$pkgname-$pkgver-src.tar.bz2")
-sha256sums=('d5e5b00f1a177b105060bb03d23f644125fe6923b3582dacc3a87b82a79de2c7')
+sha256sums=('3a261e6b07f69b24332a13857b41684969a94be3aaee7a4a6f9d2115ef76dd4f')
build() {
cd "$pkgname-$pkgver"