summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Plassmann2017-09-12 10:22:33 +0200
committerDavid Plassmann2017-09-12 10:22:33 +0200
commit984862fdc0de1f63ccc24517fa89600e0a378f03 (patch)
tree48f28452fd409a000f7924d3512da190d8434b44
parent345932f0b2b13d8c094ddcb362f9ea1a857c0f1d (diff)
downloadaur-984862fdc0de1f63ccc24517fa89600e0a378f03.tar.gz
New upstream
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21392f332559..38f072c554d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = goiardi
pkgdesc = A Chef server written in Go, able to run entirely in memory, with optional persistence with saving the in-memory data to disk or using MySQL or Postgres as the data storage backend
- pkgver = 0.10.0
+ pkgver = 0.11.5
pkgrel = 1
url = http://goiardi.gl/
arch = x86_64
license = Apache 2.0
- source = https://github.com/ctdk/goiardi/releases/download/v0.10.0/goiardi-0.10.0-linux-amd64
+ source = https://github.com/ctdk/goiardi/releases/download/v0.11.5/goiardi-0.11.5-linux-amd64
source = goiardi.service
- md5sums = 5fbd475a3f8c64681f9ace1f53212f78
+ md5sums = b42020946062c1ecb45c0d3e2f839599
md5sums = SKIP
pkgname = goiardi
diff --git a/PKGBUILD b/PKGBUILD
index 9f691f2956a5..c8633b742211 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=goiardi
-pkgver=0.10.0
+pkgver=0.11.5
pkgrel=1
pkgdesc="A Chef server written in Go, able to run entirely in memory, with optional persistence with saving the in-memory data to disk or using MySQL or Postgres as the data storage backend"
arch=('x86_64')
@@ -10,7 +10,7 @@ source=(
goiardi.service
)
-md5sums=('5fbd475a3f8c64681f9ace1f53212f78'
+md5sums=('b42020946062c1ecb45c0d3e2f839599'
'SKIP'
)