summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3cfbc66de11..f3b7b855534d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = ansible-bundler
pkgdesc = Turn Ansible playbooks into executable files
- pkgver = 1.10.1
+ pkgver = 1.10.2
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.10.1.tar.gz
- sha256sums = 8bb3f472024079e6338b3f1700370a094355c7e9f4b34bbd0787489cc6f99c3e
+ source = https://github.com/kriansa/ansible-bundler/archive/v1.10.2.tar.gz
+ sha256sums = a54f831beb4ec560982ad9c73d0cf25a0211be484ea91bbdc93f39e551c0b163
pkgname = ansible-bundler
diff --git a/PKGBUILD b/PKGBUILD
index 116b248d260a..004398abf26a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Pereira <daniel@garajau.com.br>
pkgname=ansible-bundler
-pkgver=1.10.1
+pkgver=1.10.2
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=(8bb3f472024079e6338b3f1700370a094355c7e9f4b34bbd0787489cc6f99c3e)
+sha256sums=(a54f831beb4ec560982ad9c73d0cf25a0211be484ea91bbdc93f39e551c0b163)
build() {
cd "$pkgname-$pkgver" || exit 1