summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorteza NourelahiAlamdari2021-09-25 17:13:03 +0200
committerMorteza NourelahiAlamdari2021-09-25 17:13:03 +0200
commitb2d83783457593948e29b99906473c74483e9382 (patch)
treee3b53e29758e365efd1c9ef296b9a04ee93f40d9
parent0ce3be2eaacbd8d3acdd458180a885520af563ed (diff)
downloadaur-b2d83783457593948e29b99906473c74483e9382.tar.gz
Upgrade version to v1.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 190315949cfd..aa3e1d9a962b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = immudb
pkgdesc = immudb - world’s fastest immutable database
- pkgver = 1.0.5
+ pkgver = 1.1.0
pkgrel = 1
url = https://www.codenotary.com/technologies/immudb/
arch = x86_64
license = Apache-2.0
- source = https://github.com/codenotary/immudb/releases/download/v1.0.5/immudb-v1.0.5-linux-amd64
- sha256sums = 24b5a9d9300d59f2469372a5f728406c8fcfd82616364e42f6e43ce4058bf3f6
+ source = https://github.com/codenotary/immudb/releases/download/v1.1.0/immudb-v1.1.0-linux-amd64
+ sha256sums = bcf9de31caae18bdede62a3d806eca3c510abca5f97f7a21ffde42862686bfc6
pkgname = immudb
diff --git a/PKGBUILD b/PKGBUILD
index 8dedc060f274..dff42a965a2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Morteza NourelahiAlamdari <m@0t1.me>
pkgname="immudb"
-pkgver="1.0.5"
+pkgver="1.1.0"
pkgrel=1
pkgdesc="immudb - world’s fastest immutable database"
arch=('x86_64')
url="https://www.codenotary.com/technologies/immudb/"
license=('Apache-2.0')
source=("https://github.com/codenotary/${pkgname}/releases/download/v${pkgver}/${pkgname}-v${pkgver}-linux-amd64")
-sha256sums=('24b5a9d9300d59f2469372a5f728406c8fcfd82616364e42f6e43ce4058bf3f6')
+sha256sums=('bcf9de31caae18bdede62a3d806eca3c510abca5f97f7a21ffde42862686bfc6')
package() {
mkdir -p "${pkgdir}/usr/local/bin"