summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1efd6313c41d..431f6108be7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Wed Mar 22 19:52:57 UTC 2017
+# Wed Mar 22 20:08:17 UTC 2017
pkgbase = holo-run-scripts
pkgdesc = Holo plugin for running custom provisioning scripts
- pkgver = 1.3
- pkgrel = 2
+ pkgver = 1.3.1
+ pkgrel = 1
url = http://holocm.org
arch = any
license = GPL3
makedepends = perl
depends = HOLO_API_VERSION=3
backup = etc/holorc.d/95-holo-run-scripts
- source = https://github.com/holocm/holo-run-scripts/archive/v1.3.tar.gz
- sha256sums = 695cd2513a536a3ae1f583d4687f498c0576fd5689aa8f88e023d191a4ed85e8
+ source = https://github.com/holocm/holo-run-scripts/archive/v1.3.1.tar.gz
+ sha256sums = 3660714e39ea34cbfceda8e24147fc8c5ade89e3187b392664d9c3500c18ae41
pkgname = holo-run-scripts
diff --git a/PKGBUILD b/PKGBUILD
index 2f14c82e2dff..57f1a67c1a1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname='holo-run-scripts'
-pkgver=1.3
-pkgrel=2
+pkgver=1.3.1
+pkgrel=1
pkgdesc='Holo plugin for running custom provisioning scripts'
arch=('any')
url='http://holocm.org'
@@ -10,7 +10,7 @@ depends=(
)
makedepends=('perl')
source=("https://github.com/holocm/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('695cd2513a536a3ae1f583d4687f498c0576fd5689aa8f88e023d191a4ed85e8')
+sha256sums=('3660714e39ea34cbfceda8e24147fc8c5ade89e3187b392664d9c3500c18ae41')
backup=(
'etc/holorc.d/95-holo-run-scripts'
)