From 2603d6188b4dfd3a1a7b51f2f5f1a602af0d724b Mon Sep 17 00:00:00 2001 From: Morgan Thomas Date: Wed, 28 Apr 2021 10:17:07 -0700 Subject: [PATCH] orientdb: update to 3.1.11 --- srcpkgs/orientdb/template | 11 +++++------ srcpkgs/orientdb/update | 4 ++-- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/srcpkgs/orientdb/template b/srcpkgs/orientdb/template index fea95ed35e7d..7df784d1fdcd 100644 --- a/srcpkgs/orientdb/template +++ b/srcpkgs/orientdb/template @@ -1,18 +1,17 @@ # Template file for 'orientdb' pkgname=orientdb -version=2.2.29 -revision=2 +version=3.1.11 +revision=1 archs="i686 x86_64" conf_files="/etc/${pkgname}/*" -wrksrc="${pkgname}-community-${version}" depends="virtual?java-runtime" short_desc="Distributed Graph Database" maintainer="bougyman " license="Apache-2.0" +homepage="https://orientdb.org" +distfiles="https://s3.us-east-2.amazonaws.com/orientdb3/releases/${version}/orientdb-${version}.tar.gz" +checksum=73830279a5587de17ea4f5864598a0829bb03212d6cd36d185fe126a46086236 patch_args="-p1" -homepage="http://orientdb.com" -distfiles="http://www.orientdb.com/download.php?email=unknown@unknown.com&file=orientdb-community-${version}.tar.gz&os=linux>orientdb-community-${version}.tar.gz" -checksum=0e4f5d5150afcfb509dcafd6dced587d70f521dab4e27980e30c76c69be78ea9 system_accounts="orientdb" do_install() { diff --git a/srcpkgs/orientdb/update b/srcpkgs/orientdb/update index 058609c20e84..7f4963322546 100644 --- a/srcpkgs/orientdb/update +++ b/srcpkgs/orientdb/update @@ -1,2 +1,2 @@ -site="https://orientdb.com/releases/" -pattern="OrientDB v \K[\d\.]+" +site="https://orientdb.org/download/" +pattern="OrientDB \K[\d\.]+"