summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClarence2019-08-22 19:04:58 +0800
committerClarence2019-08-22 19:04:58 +0800
commit96293ec63c18c172264b107acd38a3b9f9fde2be (patch)
tree991746126f11636d395e259cf8da36551af8db7e
parent37de47d516bd3b7488abe5ed49e1aa805540c4e7 (diff)
downloadaur-96293ec63c18c172264b107acd38a3b9f9fde2be.tar.gz
upgrade to 2.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 988e835a2237..360a7d9e40af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fastoredis
pkgdesc = FastoRedis, cross-platform open source Redis GUI management tool.
- pkgver = 2.3.0
+ pkgver = 2.4.0
pkgrel = 1
url = https://fastoredis.com/
arch = x86_64
@@ -11,9 +11,9 @@ pkgbase = fastoredis
provides = fastoredis
conflicts = fastoredis
source = fastoredis.desktop
- source = fastoredis-2.3.0-x86_64.tar.gz::https://fastoredis.com/downloads/linux/fastoredis-2.3.0-x86_64.tar.gz
+ source = fastoredis-2.4.0-x86_64.tar.gz::https://fastoredis.com/downloads/linux/fastoredis-2.4.0-x86_64.tar.gz
md5sums = a3da6c7bf56828a0b94e106960a41f9f
- md5sums = 5e7a7cebe1cec4f778c21aa9dd56ad01
+ md5sums = 723eb97c191406c0a98252ce9d4b77a2
pkgname = fastoredis
diff --git a/PKGBUILD b/PKGBUILD
index 974d4451bdb8..6b75defe6218 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Clarence <azzbcc@sina.com>
_pkgname=fastoredis
pkgname=${_pkgname}
-pkgver=2.3.0
-_build_ver=2ebd667
+pkgver=2.4.0
+_build_ver=5993817
pkgrel=1
pkgdesc="FastoRedis, cross-platform open source Redis GUI management tool."
arch=('x86_64')
@@ -15,7 +15,7 @@ conflicts=("$_pkgname")
source=("${_pkgname}.desktop"
"${_pkgname}-${pkgver}-x86_64.tar.gz::https://fastoredis.com/downloads/linux/${_pkgname}-${pkgver}-x86_64.tar.gz")
md5sums=('a3da6c7bf56828a0b94e106960a41f9f'
- '5e7a7cebe1cec4f778c21aa9dd56ad01')
+ '723eb97c191406c0a98252ce9d4b77a2')
build() {
echo ${_pkgname} ${pkgver}