diff options
author | Fabio Manganiello | 2023-07-24 12:30:34 +0200 |
---|---|---|
committer | Fabio Manganiello | 2023-07-24 12:30:34 +0200 |
commit | c28eef1e40c19f08569f3473289e7d0582bfdb3f (patch) | |
tree | 32c257b3629a570fe67bff2ccadf7a649d735d45 | |
parent | 109143c0e682ea76c752afd264215c427c8dfaba (diff) | |
download | aur-c28eef1e40c19f08569f3473289e7d0582bfdb3f.tar.gz |
[Automatic] Package update
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ pkgbase = platypush-git pkgdesc = Universal multi-platform command executor and automation manager - pkgver = 0.50.3.r0.bfd59597 + pkgver = 0.50.3.r0.7646d00b pkgrel = 1 url = https://git.platypush.tech/platypush/platypush arch = any @@ -98,6 +98,6 @@ pkgbase = platypush-git conflicts = platypush options = !strip source = master.tar.gz::https://git.platypush.tech/platypush/platypush/archive/master.tar.gz - sha512sums = eb534b8699b5348eccc07af5d25d1ce948db005318d20268a3c068bad560357a244c2d3de3a5ed20baa281019831bba1120e3a6b848676c4bae5ecee9c4b3e0c + sha512sums = 03776cb321453fb9ea546b9c02e406c32f5f18eb3cda831c03f211c79e44ce5e5deb9804b517050dd8b281acc9ef737c78f9cb20dea6905fa5dcd922aa13331a pkgname = platypush-git @@ -1,7 +1,7 @@ # Maintainer: Fabio Manganiello <fabio@manganiello.tech> pkgname=platypush-git -pkgver=0.50.3.r0.bfd59597 +pkgver=0.50.3.r0.7646d00b pkgrel=1 pkgdesc="Universal multi-platform command executor and automation manager" arch=('any') @@ -106,7 +106,7 @@ conflicts=('platypush') provides=('platypush') options=(!strip) source=("master.tar.gz::https://git.platypush.tech/platypush/platypush/archive/master.tar.gz") -sha512sums=('eb534b8699b5348eccc07af5d25d1ce948db005318d20268a3c068bad560357a244c2d3de3a5ed20baa281019831bba1120e3a6b848676c4bae5ecee9c4b3e0c') +sha512sums=('03776cb321453fb9ea546b9c02e406c32f5f18eb3cda831c03f211c79e44ce5e5deb9804b517050dd8b281acc9ef737c78f9cb20dea6905fa5dcd922aa13331a') package() { cd "${srcdir}/platypush" |