summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMuflone2019-08-04 13:03:33 +0200
committerMuflone2019-08-04 13:03:33 +0200
commit0a2e10feb087abc58d5fd2188eee57fca61e3fe6 (patch)
tree93774130cc6820ffa26d966a11c9202d9555edd0 /PKGBUILD
parentaba8daa6cf4e479b425670e25247a6e001d1e298 (diff)
downloadaur-0a2e10feb087abc58d5fd2188eee57fca61e3fe6.tar.gz
Updated package daggy 1.1.3-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e6725b4a335e..6022055899ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Muflone http://www.muflone.com/contacts/english/
pkgname=daggy
-pkgver=1.1.2
+pkgver=1.1.3
pkgrel=1
pkgdesc='Run multiple commands on remote servers simultaneously and save output locally'
arch=('x86_64')
@@ -9,7 +9,7 @@ depends=('qt5-base' 'botan' 'yaml-cpp')
license=('MIT')
url='https://docs.daggy.dev/'
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/synacker/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('71beb21b18384ebee44ae39b39ec6edfe906232618d98ece3eaaa91e886d493c')
+sha256sums=('559a9d7916988edf67be50625d89b38c311edaa322c3238e0107883dc315f0c6')
build() {
cd "${pkgname}-${pkgver}"