summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5e3ce6f8a7d..f23f361e9d32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = ksync-bin
pkgdesc = A tool to transparently update containers running on the cluster from local checkout
- pkgver = 0.4.5
+ pkgver = 0.4.7
pkgrel = 1
- url = https://github.com/loadimpact/k6
+ url = https://github.com/ksync/ksync
arch = x86_64
license = apache
- source = ksync::https://github.com/ksync/ksync/releases/download/0.4.5/ksync_linux_amd64
- sha256sums = 8f3a4cdac32274af0d5b333892e1b407823f1072fa9634a4fc46bde6d4050450
+ source = ksync::https://github.com/ksync/ksync/releases/download/0.4.7-hotfix/ksync_linux_amd64
+ sha256sums = 68f2d51b83b12e7bf3e27277ff87bd656748779fac1abbe742bce930553923e3
pkgname = ksync-bin
diff --git a/PKGBUILD b/PKGBUILD
index 95924e252156..2736fa57fb50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Mario Ray Mahardhika <leledumbo_cool@yahoo.co.id>
pkgname=ksync-bin
-pkgver=0.4.5
+pkgver=0.4.7
+pkgversuffix=-hotfix
pkgrel=1
pkgdesc="A tool to transparently update containers running on the cluster from local checkout"
arch=('x86_64')
-url="https://github.com/loadimpact/k6"
+url="https://github.com/ksync/ksync"
license=('apache')
-source=("ksync::https://github.com/ksync/ksync/releases/download/${pkgver}/ksync_linux_amd64")
-sha256sums=('8f3a4cdac32274af0d5b333892e1b407823f1072fa9634a4fc46bde6d4050450')
+source=("ksync::https://github.com/ksync/ksync/releases/download/${pkgver}${pkgversuffix}/ksync_linux_amd64")
+sha256sums=('68f2d51b83b12e7bf3e27277ff87bd656748779fac1abbe742bce930553923e3')
package() {
install -D $srcdir/ksync $pkgdir/usr/bin/ksync