Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

orientdb: update to 3.1.11 #30571

Merged
merged 1 commit into from
May 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions srcpkgs/orientdb/template
Original file line number Diff line number Diff line change
@@ -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 <bougyman@rubyists.com>"
license="Apache-2.0"
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
homepage="https://orientdb.org"
distfiles="https://s3.us-east-2.amazonaws.com/orientdb3/releases/${version}/orientdb-${version}.tar.gz"
checksum=73830279a5587de17ea4f5864598a0829bb03212d6cd36d185fe126a46086236
patch_args="-Np1"
system_accounts="orientdb"

do_install() {
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/orientdb/update
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
site="https://orientdb.com/releases/"
pattern="OrientDB v \K[\d\.]+"
site="https://orientdb.org/download/"
pattern="OrientDB \K[\d\.]+"