summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38bdcd86ba87..59a77cef8d16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = redli
pkgdesc = A humane alternative to the Redis-cli and TLS
- pkgver = 0.12.0
+ pkgver = 0.13.0
pkgrel = 1
url = https://github.com/IBM-Cloud/redli
arch = x86_64
- license = Apache
+ license = Apache-2.0
makedepends = go
depends = glibc
- source = https://github.com/IBM-Cloud/redli/archive/v0.12.0/redli-v0.12.0.tar.gz
- sha256sums = ad2dc63869cae35cef2badbb56098c8ac3dc3b29543eda74c2af15c8a42397cc
+ source = https://github.com/IBM-Cloud/redli/archive/v0.13.0/redli-v0.13.0.tar.gz
+ sha256sums = 1e41f4d253d971e469c50843e70fa2900c6ccfc60a77efc2d196ecc69f20190d
pkgname = redli
diff --git a/PKGBUILD b/PKGBUILD
index 6090647d7a7d..cc7a46bcaf04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Mario Finelli <mario at finel dot li>
pkgname=redli
-pkgver=0.12.0
+pkgver=0.13.0
pkgrel=1
pkgdesc="A humane alternative to the Redis-cli and TLS"
arch=(x86_64)
url=https://github.com/IBM-Cloud/redli
-license=(Apache)
+license=(Apache-2.0)
depends=(glibc)
makedepends=(go)
source=(https://github.com/IBM-Cloud/redli/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz)
-sha256sums=('ad2dc63869cae35cef2badbb56098c8ac3dc3b29543eda74c2af15c8a42397cc')
+sha256sums=('1e41f4d253d971e469c50843e70fa2900c6ccfc60a77efc2d196ecc69f20190d')
prepare() {
cd redli-$pkgver