summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthew McGinn2018-03-05 20:07:58 -0500
committerMatthew McGinn2018-03-05 20:07:58 -0500
commitcad04757db3c4b30721eeb330ba486a9aee6f5c8 (patch)
tree1f95917280633d811715cd80652794c6065ab0c3 /PKGBUILD
parent802ee6b1e1926f4bed74a9ac7c0d5d049563d90f (diff)
downloadaur-cad04757db3c4b30721eeb330ba486a9aee6f5c8.tar.gz
bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 936278fca12b..94198c5ccadc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Matthew McGinn <mamcgi@gmail.com>
pkgname=proxysql
-pkgver=1.4.4
+pkgver=1.4.6
pkgrel=1
pkgdesc="High-performance MySQL proxy with a GPL license"
arch=('x86_64' 'amd64')
@@ -10,7 +10,7 @@ makedepends=('cmake' 'automake' 'bzip2' 'make' 'gcc' 'git' 'openssl' 'patch')
depends=('openssl')
provides=('proxysql')
source=("https://github.com/sysown/${pkgname}/archive/v${pkgver}.tar.gz")
-md5sums=('d8a00eadd7100cb405d05e166daf9a44')
+sha256sums=('b9fa3c9c20174ca3ad575946acabf7432e787a1fe21272a134a1870d39a301fc')
build() {
cd "${pkgname}-${pkgver}"