summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Gysin2022-12-10 09:16:37 +0200
committerChristoph Gysin2022-12-10 09:16:37 +0200
commit7d2bf7a04a6c35a57ff2b99e6d60202390a8ddff (patch)
tree325ef7bb758b0a0f18c30c93127a39ae03010fff /PKGBUILD
parent698d8a297def2751f820c2b56fb38fff88910be3 (diff)
downloadaur-bashate.tar.gz
Update to 2.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8868dbe4cb48..3e0f5ee32ea0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Christoph Gysin <christoph.gysin@gmail.com>
pkgname=bashate
-pkgver=2.1.0
-pkgrel=2
+pkgver=2.1.1
+pkgrel=1
pkgdesc="Code style enforcement for bash programs"
arch=('any')
makedepends=('python-setuptools')
@@ -11,7 +11,7 @@ depends=('python'
url="https://github.com/openstack/${pkgname}"
license=('Apache')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('a3ece9c844f2f9772ee9311ef692a8b0851135a5d9ca2a99b3fe9815d236ca6b')
+sha256sums=('a28fda309b4d7577a5d83a9f0ea8b305cb8fc626d5b320ed1bcb875ed7c576a9')
build() {
cd ${srcdir}/${pkgname}-${pkgver}