summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Vikstrom2019-10-21 17:31:51 +0200
committerSimon Vikstrom2019-10-21 17:31:51 +0200
commit06aa8b879ae5346e3467623ec9b73be46b33c318 (patch)
tree588f43c523707b4e365e3c8c9edb9525a529b44c
parent5489e3a2a9edfa1a47fa8b790469295db7fd4e10 (diff)
downloadaur-goiardi.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 55911732319d..0b9c711607e3 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.8
+ pkgver = 0.11.10
pkgrel = 1
url = http://goiardi.gl/
arch = x86_64
license = Apache 2.0
- source = https://github.com/ctdk/goiardi/releases/download/v0.11.8/goiardi-0.11.8-linux-amd64
+ source = https://github.com/ctdk/goiardi/releases/download/v0.11.10/goiardi-0.11.10-linux-amd64
source = goiardi.service
- md5sums = 0acf4140b0dfc80e7df88181b0c60b30
+ md5sums = 1c9643e0e1486b7fba8b9441c0283f37
md5sums = SKIP
pkgname = goiardi
diff --git a/PKGBUILD b/PKGBUILD
index 3013b4623385..aa3f88608730 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=goiardi
-pkgver=0.11.8
+pkgver=0.11.10
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=('0acf4140b0dfc80e7df88181b0c60b30'
+md5sums=('1c9643e0e1486b7fba8b9441c0283f37'
'SKIP'
)