summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMorteza NourelahiAlamdari2022-03-23 08:04:47 +0100
committerMorteza NourelahiAlamdari2022-03-23 08:04:47 +0100
commit8da6ba0ac4654bb07ddac5d998fbea87dee1ab51 (patch)
tree56e813728fdd909d050f322348732516a26993e2 /PKGBUILD
parentd583b8b62a132e5ae10cc718da700f3347a06ebb (diff)
downloadaur-8da6ba0ac4654bb07ddac5d998fbea87dee1ab51.tar.gz
Upgrade version to v2.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b4e12c27ecf..491afea9518a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=typedb-server
_pkgname=typedb
-pkgver=2.7.1
+pkgver=2.8.0
pkgrel=1
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=('87e2373732dd93323857e04a186427a39574a13f7bc46f7a325d41bb76f36487')
+sha256sums=('9b0b02d5adf5e386d6942e7adc8db2cf81e3dda1114d4c0ecebeb668a846c68c')
_dirname="${pkgname}-linux-${pkgver}"
package() {