summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClarence2019-05-22 14:11:37 +0800
committerClarence2019-05-22 14:11:37 +0800
commit37de47d516bd3b7488abe5ed49e1aa805540c4e7 (patch)
treef2596a002e466a7c7d7e70dc74daf86df5b02e26
parent2b6a505358b7ab15776638f74e621eff36ed84d5 (diff)
downloadaur-37de47d516bd3b7488abe5ed49e1aa805540c4e7.tar.gz
upgrade version to v2.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0cce1bf0c5c1..988e835a2237 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fastoredis
pkgdesc = FastoRedis, cross-platform open source Redis GUI management tool.
- pkgver = 2.2.1
+ pkgver = 2.3.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.2.1-x86_64.tar.gz::https://fastoredis.com/downloads/linux/fastoredis-2.2.1-x86_64.tar.gz
+ source = fastoredis-2.3.0-x86_64.tar.gz::https://fastoredis.com/downloads/linux/fastoredis-2.3.0-x86_64.tar.gz
md5sums = a3da6c7bf56828a0b94e106960a41f9f
- md5sums = decf13c54d0dec0d814db1f8c53e90aa
+ md5sums = 5e7a7cebe1cec4f778c21aa9dd56ad01
pkgname = fastoredis
diff --git a/PKGBUILD b/PKGBUILD
index b26f30d1488a..974d4451bdb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Clarence <azzbcc@sina.com>
_pkgname=fastoredis
pkgname=${_pkgname}
-pkgver=2.2.1
-_build_ver=12b3052
+pkgver=2.3.0
+_build_ver=2ebd667
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'
- 'decf13c54d0dec0d814db1f8c53e90aa')
+ '5e7a7cebe1cec4f778c21aa9dd56ad01')
build() {
echo ${_pkgname} ${pkgver}