summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Galeotti2019-04-06 17:55:21 -0300
committerBruno Galeotti2019-04-06 17:55:21 -0300
commit4de9811c8f74bfc618dfede5af624e9379dabcce (patch)
tree746654318a8885b992943b0e9e08ab0c0b72a8ef
parent630f54dfdfb34417674abc307bb642311600ddfb (diff)
downloadaur-gh-ost.tar.gz
Update to 1.0.48
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b7ed933f705..418f7a67a308 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Wed Sep 21 12:56:38 UTC 2016
+# Sat Apr 6 20:55:11 UTC 2019
pkgbase = gh-ost
pkgdesc = GitHub's Online Schema Change for MySQL
- pkgver = 1.0.20
+ pkgver = 1.0.48
pkgrel = 1
url = https://github.com/github/gh-ost
arch = i686
arch = x86_64
license = MIT
depends = go
- source = https://github.com/github/gh-ost/releases/download/v1.0.20/gh-ost-binary-linux-20160913082345.tar.gz
- sha256sums = 1f04095ef47545529e98a93abaf7a7b1e521ce8b78907fdbe068162691213de9
+ source = https://github.com/github/gh-ost/releases/download/v1.0.48/gh-ost-binary-linux-20190214020851.tar.gz
+ sha256sums = 8d0a518064c5803e1d5e8676031e5a5b5b180e67700d476e19eaf68e4a4a583a
pkgname = gh-ost
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