summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMario Finelli2024-04-08 11:30:12 +0200
committerMario Finelli2024-04-08 11:30:12 +0200
commit76f58a19bfd6dd08b802d3aabf6ec768b8ea40f7 (patch)
treee05894100b725e815b5776b109f270c762417bd9 /PKGBUILD
parent4eb3140fc01e64c4aa1c9656e486317d5f2a2407 (diff)
downloadaur-76f58a19bfd6dd08b802d3aabf6ec768b8ea40f7.tar.gz
upgpkg: redli 0.13.0-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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