summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWesley Moore2018-07-01 15:17:52 +1000
committerWesley Moore2018-07-01 15:17:52 +1000
commit02c10d9d7259067268a35cbc0ce735452d4e2646 (patch)
tree67b4510fd224281828ac530d7f8123d99c679e44
parenta978477b743f2581d4d36d1b367a46f1594ba8fd (diff)
downloadaur-02c10d9d7259067268a35cbc0ce735452d4e2646.tar.gz
Update to version 2.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86a1a2e7616d..9484315e2c7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = adr-tools
pkgdesc = CLI tool for working with Architecture Decision Records
- pkgver = 2.1.1
+ pkgver = 2.2.0
pkgrel = 1
url = https://github.com/npryce/adr-tools
arch = any
license = GPL3
depends = bash
- source = https://github.com/npryce/adr-tools/archive/2.1.1.tar.gz
- sha256sums = cbf016beab165341b6cde9b29013d3e4c76734139f75182c4d03ba3caac51d59
+ source = https://github.com/npryce/adr-tools/archive/2.2.0.tar.gz
+ sha256sums = 26eb7f445ba1d77a3a42f49aaeb17def5766e3166fdcd4a79a71a8f5c91ae5b7
pkgname = adr-tools
diff --git a/PKGBUILD b/PKGBUILD
index 4f0aa5bb191a..02d397e2b64a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Wesley Moore <wes@wezm.net>
pkgname=adr-tools
-pkgver=2.1.1
+pkgver=2.2.0
pkgrel=1
pkgdesc='CLI tool for working with Architecture Decision Records'
arch=('any')
@@ -9,7 +9,7 @@ url='https://github.com/npryce/adr-tools'
license=('GPL3')
depends=('bash')
source=("https://github.com/npryce/adr-tools/archive/${pkgver}.tar.gz")
-sha256sums=('cbf016beab165341b6cde9b29013d3e4c76734139f75182c4d03ba3caac51d59')
+sha256sums=('26eb7f445ba1d77a3a42f49aaeb17def5766e3166fdcd4a79a71a8f5c91ae5b7')
package() {
rm "${srcdir}/${pkgname}-${pkgver}/src/adr-config"