summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2018-10-18 00:44:16 +0200
committerAlexander F. Rødseth2018-10-18 00:44:16 +0200
commit7e42b316fdfc7d2ff5eb966282ff0ab073d4a486 (patch)
tree188b0f8998463c422d736f4997eef0193635e954
parent0b180c2bebee7a37c3bcce324b758ed4b86a7595 (diff)
downloadaur-7e42b316fdfc7d2ff5eb966282ff0ab073d4a486.tar.gz
Update to 1.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc3f9c2d9005..dd84c3a19c2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = msg2
pkgdesc = Output a blue arrow and a white message
- pkgver = 1.1.0
+ pkgver = 1.2.0
pkgrel = 1
url = https://roboticoverlords.org/msg2
arch = x86_64
license = GPL
makedepends = cmake
makedepends = ninja
- source = https://roboticoverlords.org/msg2/msg2-1.1.0.tar.xz
- sha256sums = 437db75160a66d5b56a015ef8b56e872671a83745dd337477d2d5532f7cb60de
+ source = https://roboticoverlords.org/msg2/msg2-1.2.0.tar.xz
+ sha256sums = 4834104465f62f0ecec7615e75ca2e50a5e42218854da8f6b022a120937702ac
pkgname = msg2
diff --git a/PKGBUILD b/PKGBUILD
index cc2e2f477861..3f79653b8feb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=msg2
-pkgver=1.1.0
+pkgver=1.2.0
pkgrel=1
pkgdesc='Output a blue arrow and a white message'
arch=('x86_64')
@@ -9,7 +9,7 @@ url='https://roboticoverlords.org/msg2'
license=('GPL')
makedepends=('cmake' 'ninja')
source=("https://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz")
-sha256sums=('437db75160a66d5b56a015ef8b56e872671a83745dd337477d2d5532f7cb60de')
+sha256sums=('4834104465f62f0ecec7615e75ca2e50a5e42218854da8f6b022a120937702ac')
build() {
mkdir -p build