summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83d12adbad57..74cc40cc5b40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Feb 2 09:27:11 UTC 2017
+# Wed Feb 22 11:06:28 UTC 2017
pkgbase = kompose-bin
pkgdesc = Takes a Docker Compose file and translates it into Kubernetes resources
pkgver = 0.2.0
@@ -8,7 +8,7 @@ pkgbase = kompose-bin
arch = x86_64
license = Apache
source_x86_64 = https://github.com/kubernetes-incubator/kompose/releases/download/v0.2.0/kompose-linux-amd64
- md5sums_x86_64 = a4039136b79c2073177e5d9d2ca12516
+ md5sums_x86_64 = 8e4e426de6efdd4731a49375ee5e25a6
pkgname = kompose-bin
diff --git a/PKGBUILD b/PKGBUILD
index 853d1b87902c..5cdab296165e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=('x86_64')
[ "$CARCH" = 'x86_64' ] && _arch='linux-amd64'
source_x86_64=("https://github.com/kubernetes-incubator/kompose/releases/download/v$pkgver/kompose-linux-amd64")
-md5sums_x86_64=('a4039136b79c2073177e5d9d2ca12516')
+md5sums_x86_64=('8e4e426de6efdd4731a49375ee5e25a6')
package() {
install -Dm755 "$srcdir/$_srcname-$_arch" "$pkgdir/usr/bin/$pkgname"