diff options
author | Morteza NourelahiAlamdari | 2021-09-25 17:13:03 +0200 |
---|---|---|
committer | Morteza NourelahiAlamdari | 2021-09-25 17:13:03 +0200 |
commit | b2d83783457593948e29b99906473c74483e9382 (patch) | |
tree | e3b53e29758e365efd1c9ef296b9a04ee93f40d9 | |
parent | 0ce3be2eaacbd8d3acdd458180a885520af563ed (diff) | |
download | aur-b2d83783457593948e29b99906473c74483e9382.tar.gz |
Upgrade version to v1.1.0
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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" |