summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e321ef97c89b..f9561150fd53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Mantainer: Bruno Galeotti <bgaleotti@gmail.com>
pkgname=gh-ost
-pkgver=1.0.20
-_pkgver=20160913082345
+pkgver=1.0.48
+_pkgver=20190214020851
pkgrel=1
pkgdesc="GitHub's Online Schema Change for MySQL"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ url="https://github.com/github/gh-ost"
license=('MIT')
depends=('go')
source=("https://github.com/github/gh-ost/releases/download/v$pkgver/gh-ost-binary-linux-$_pkgver.tar.gz")
-sha256sums=('1f04095ef47545529e98a93abaf7a7b1e521ce8b78907fdbe068162691213de9')
+sha256sums=('8d0a518064c5803e1d5e8676031e5a5b5b180e67700d476e19eaf68e4a4a583a')
package() {
cd $srcdir