summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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}"