summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Pereira2019-12-24 18:48:59 -0300
committerDaniel Pereira2019-12-24 18:48:59 -0300
commitf36275766115692972c663b9ff9f6381626b7ca4 (patch)
tree8856055b1287949072771085a83129b5e960c660
parent293565eb3e1403bd9538b6ce34703448d4ab4312 (diff)
downloadaur-f36275766115692972c663b9ff9f6381626b7ca4.tar.gz
chore: update to 1.9.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 726a43e187fa..2a158420715b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = ansible-bundler
pkgdesc = Turn Ansible playbooks into executable files
- pkgver = 1.8.0
+ pkgver = 1.9.0
pkgrel = 1
url = https://github.com/kriansa/ansible-bundler
arch = any
license = custom:BSD
depends = ansible
- source = https://github.com/kriansa/ansible-bundler/archive/v1.8.0.tar.gz
- sha256sums = 21b3eeee479c9859856d87a3ce122cbac7967ba5daa8be28d8a37c6c6eafd607
+ source = https://github.com/kriansa/ansible-bundler/archive/v1.9.0.tar.gz
+ sha256sums = fd424645d94218bcf31f4fdd42078b641cbf5632ca77c98aa64d795e37c63266
pkgname = ansible-bundler
diff --git a/PKGBUILD b/PKGBUILD
index 785cb19d49da..bf6e9b3d0717 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Pereira <daniel@garajau.com.br>
pkgname=ansible-bundler
-pkgver=1.8.0
+pkgver=1.9.0
pkgrel=1
pkgdesc="Turn Ansible playbooks into executable files"
url="https://github.com/kriansa/ansible-bundler"
@@ -9,7 +9,7 @@ arch=(any)
license=(custom:BSD)
depends=(ansible)
source=("https://github.com/kriansa/ansible-bundler/archive/v${pkgver}.tar.gz")
-sha256sums=(21b3eeee479c9859856d87a3ce122cbac7967ba5daa8be28d8a37c6c6eafd607)
+sha256sums=(fd424645d94218bcf31f4fdd42078b641cbf5632ca77c98aa64d795e37c63266)
build() {
cd "$pkgname-$pkgver" || exit 1