summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Gysin2021-04-19 09:07:54 +0300
committerChristoph Gysin2021-04-19 09:07:54 +0300
commit3f1afaf564b1974c9573bb842b1b6feb055ecddf (patch)
tree743a2909e438cf6b87d452b11ca01ed0fa39c084 /PKGBUILD
parentd6c2d5737445bda731b77e586f1d0b239a8abbcf (diff)
downloadaur-cdk8s.tar.gz
Update to 1.0.0beta11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index de150b2a1b55..62e531217a48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christoph Gysin <christoph.gysin@gmail.com>
pkgname=cdk8s
-pkgver=1.0.0beta10
+pkgver=1.0.0beta11
_pkgver=${pkgver/beta/-beta.}
pkgrel=1
pkgdesc="Define Kubernetes native apps and abstractions using object-oriented programming"
@@ -12,7 +12,7 @@ makedepends=('npm')
depends=('nodejs')
optdepends=('python: python language support')
source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$_pkgver.tgz)
-sha1sums=('4907263bcf4fbbdc81e3a70f12a620597d4e971f')
+sha1sums=('987dbba569f98f63944c515c94f092f3518a8081')
package() {
local _npmdir="$pkgdir/usr/lib/node_modules/"