diff options
author | Morteza NourelahiAlamdari | 2021-07-29 20:30:07 +0200 |
---|---|---|
committer | Morteza NourelahiAlamdari | 2021-07-29 20:30:07 +0200 |
commit | 67e413ec0f17759ce8239dac1c3ceb8899f87818 (patch) | |
tree | f462513a01ea1444331738a61f468de58861d7ae | |
parent | f1270c752a060682ec9a540abea941f37e43d483 (diff) | |
download | aur-67e413ec0f17759ce8239dac1c3ceb8899f87818.tar.gz |
Upgrade to version 2.3.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,13 +1,13 @@ pkgbase = typedb pkgdesc = TypeDB: a strongly-typed database - pkgver = 2.2.0 + pkgver = 2.3.1 pkgrel = 2 url = https://github.com/vaticle/typedb arch = i686 arch = x86_64 license = AGPL-3.0 depends = jre-openjdk - source = https://github.com/vaticle/typedb/releases/download/2.2.0/typedb-all-linux-2.2.0.tar.gz - sha256sums = 5c71e57b1e5964722bc218f414c5f657bfda9f78e558c9ad46b92a274f6041ae + source = https://github.com/vaticle/typedb/releases/download/2.3.1/typedb-all-linux-2.3.1.tar.gz + sha256sums = 4a59188a39d496409c00a7a230003360c3bcdbd78c63cc49dcd8712a8b62490f pkgname = typedb @@ -2,7 +2,7 @@ pkgname=typedb _pkgname=typedb-all -pkgver=2.2.0 +pkgver=2.3.1 pkgrel=2 pkgdesc="TypeDB: a strongly-typed database" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ license=('AGPL-3.0') makedepends=() depends=('jre-openjdk') source=("https://github.com/vaticle/${pkgname}/releases/download/${pkgver}/${_pkgname}-linux-${pkgver}.tar.gz") -sha256sums=('5c71e57b1e5964722bc218f414c5f657bfda9f78e558c9ad46b92a274f6041ae') +sha256sums=('4a59188a39d496409c00a7a230003360c3bcdbd78c63cc49dcd8712a8b62490f') _dirname="$pkgname-all-linux-$pkgver" package() { |