summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-09-06 17:14:07 +0300
committerDimitris Kiziridis2020-09-06 17:14:07 +0300
commitb20075e0cbede90c641a918f97cb1d23265717ef (patch)
tree39c6d4876271b99eae75d1e294c2f207602f46eb /PKGBUILD
parent86417cb8d541d33f7a6825699b7b54f89d54708a (diff)
downloadaur-b20075e0cbede90c641a918f97cb1d23265717ef.tar.gz
Update to 2.1.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f018ae5ac165..4a138c3335df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=riotkit-do
-pkgver=1.1
+pkgver=2.1.5
pkgrel=1
pkgdesc='Task executor - balance between Makefile and Gradle. Written in Python. Powerful tool for every DevOps. Automates production tasks as well as local development tasks'
arch=('any')
@@ -14,7 +14,7 @@ depends=('python-yaml'
'python-tabulate')
makedepends=('python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/riotkit-org/riotkit-do/archive/v${pkgver}.tar.gz")
-sha256sums=('67f9061f168fa4a8d878633e11f9d44b590fce887bc0a6922e88894ac6a73fb2')
+sha256sums=('94f051b39a173b87ffbbd4da9544df6ff05bd45e65c194cbe7c77f9e4ece128d')
prepare() {
cd "${pkgname}-${pkgver}"