summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Vikstrom2018-10-01 17:32:01 +0200
committerSimon Vikstrom2018-10-01 17:32:01 +0200
commit5489e3a2a9edfa1a47fa8b790469295db7fd4e10 (patch)
treec93355e3a20e359bcb21574fd43165573a29e723
parent984862fdc0de1f63ccc24517fa89600e0a378f03 (diff)
downloadaur-5489e3a2a9edfa1a47fa8b790469295db7fd4e10.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 38f072c554d4..55911732319d 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.11.5
+ pkgver = 0.11.8
pkgrel = 1
url = http://goiardi.gl/
arch = x86_64
license = Apache 2.0
- source = https://github.com/ctdk/goiardi/releases/download/v0.11.5/goiardi-0.11.5-linux-amd64
+ source = https://github.com/ctdk/goiardi/releases/download/v0.11.8/goiardi-0.11.8-linux-amd64
source = goiardi.service
- md5sums = b42020946062c1ecb45c0d3e2f839599
+ md5sums = 0acf4140b0dfc80e7df88181b0c60b30
md5sums = SKIP
pkgname = goiardi
diff --git a/PKGBUILD b/PKGBUILD
index c8633b742211..3013b4623385 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=goiardi
-pkgver=0.11.5
+pkgver=0.11.8
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=('b42020946062c1ecb45c0d3e2f839599'
+md5sums=('0acf4140b0dfc80e7df88181b0c60b30'
'SKIP'
)