summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2022-06-27 22:14:45 +0300
committerDimitris Kiziridis2022-06-27 22:14:45 +0300
commit20a13d43c75b7486fc939a1d5cb6776305fbe749 (patch)
tree9561cf4a711df35f3e6b421472a3701f77987fc0
parent3afa411d6c5bd51b45c42e7cab2337111503fff1 (diff)
downloadaur-20a13d43c75b7486fc939a1d5cb6776305fbe749.tar.gz
Update to 1.12.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf50cfb6e9da..a23058305106 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = iredis-bin
pkgdesc = A Terminal Client for Redis with AutoCompletion and Syntax Highlighting
- pkgver = 1.11.0
+ pkgver = 1.12.0
pkgrel = 1
url = https://iredis.io
arch = x86_64
license = custom:iredis-bin
depends = python
provides = iredis
- noextract = iredis-bin-1.11.0.tar.gz
- source = iredis-bin-1.11.0.tar.gz::https://github.com/laixintao/iredis/releases/download/v1.11.0/iredis.tar.gz
+ noextract = iredis-bin-1.12.0.tar.gz
+ source = iredis-bin-1.12.0.tar.gz::https://github.com/laixintao/iredis/releases/download/v1.12.0/iredis.tar.gz
source = LICENSE::https://raw.githubusercontent.com/laixintao/iredis/master/LICENSE
- sha256sums = 2d17bd70c3df0337a62fd077b976890052fd678a71da1ad308688f2b36b7acbb
+ sha256sums = 659a101d60ce734bafc182bddd8a8e0790c03dac464c098e81593ccede873d29
sha256sums = 9ac86d6afe88fc3a333a642b97b5e7219eaca704157cc4ab82de2f4f9eddfa7f
pkgname = iredis-bin
diff --git a/PKGBUILD b/PKGBUILD
index b4c93e50042f..1ce813ee21a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=iredis-bin
-pkgver=1.11.0
+pkgver=1.12.0
pkgrel=1
pkgdesc="A Terminal Client for Redis with AutoCompletion and Syntax Highlighting"
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('python')
noextract=("${pkgname}-${pkgver}.tar.gz")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/laixintao/iredis/releases/download/v${pkgver}/iredis.tar.gz"
'LICENSE::https://raw.githubusercontent.com/laixintao/iredis/master/LICENSE')
-sha256sums=('2d17bd70c3df0337a62fd077b976890052fd678a71da1ad308688f2b36b7acbb'
+sha256sums=('659a101d60ce734bafc182bddd8a8e0790c03dac464c098e81593ccede873d29'
'9ac86d6afe88fc3a333a642b97b5e7219eaca704157cc4ab82de2f4f9eddfa7f')
package() {