diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: Fabien LEFEBVRE <contact@d1ceward.com> pkgname=dokku -pkgver=0.35.14 +pkgver=0.35.15 pkgrel=1 pkgdesc='Docker-powered PaaS that helps build and manage the lifecycle of applications' arch=('x86_64') @@ -40,7 +40,7 @@ depends=( source=("${url}/archive/v${pkgver}.zip" "${pkgname}.install" "scheduler-docker-local.patch") -sha256sums=('aae8ea06a7861f18396044e3dce9070483b37f6f757cb39a52c53395a0b1e216' +sha256sums=('24601828ff00a00520813e642322ba11408b6fb4085e267106769ae237413438' '8830ca7b44118da8e2f35aca271429cfa93e7f21126df6696a0d0d608d979f2b' 'fd979a3d612396316603f7677cdcdb7d25c7fecf99c97a8d1458262684913fdd') install="${pkgname}.install" |