Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ opensearch-security-plugin
Commits:
a3ecdb0e by Leonidas Spyropoulos at 2024-04-06T16:12:07+01:00
upgpkg: 2.13.0.0-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = opensearch-security-plugin
pkgdesc = OpenSearch Security Plugin
- pkgver = 2.12.0.0
+ pkgver = 2.13.0.0
pkgrel = 1
url = https://opensearch.org/docs/latest/security-plugin
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = opensearch-security-plugin
makedepends = java-environment=11
makedepends = unzip
makedepends = git
- depends = opensearch=2.12.0
- source =
git+https://github.com/opensearch-project/security.git#tag=2.12.0.0
- sha256sums = SKIP
+ depends = opensearch=2.13.0
+ source =
git+https://github.com/opensearch-project/security.git#tag=2.13.0.0
+ sha256sums =
0b159112e3126a590d457857e40bbe4bb9406997dd06c81242e01bffd8021141
pkgname = opensearch-security-plugin
=====================================
PKGBUILD
=====================================
@@ -1,9 +1,9 @@
# Maintainer: Justin Kromlinger <[email protected]>
pkgname=opensearch-security-plugin
-pkgver=2.12.0.0
+pkgver=2.13.0.0
pkgrel=1
-_opensearchver=2.12.0
+_opensearchver=2.13.0
_jdkver=11
pkgdesc="OpenSearch Security Plugin"
arch=('x86_64')
@@ -12,7 +12,7 @@ license=('Apache-2.0')
depends=("opensearch=${_opensearchver}")
makedepends=("java-environment=${_jdkver}" 'unzip' 'git')
source=("git+https://github.com/opensearch-project/security.git#tag=${pkgver}")
# Build requires git
-sha256sums=('SKIP')
+sha256sums=('0b159112e3126a590d457857e40bbe4bb9406997dd06c81242e01bffd8021141')
build() {
cd "security"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-security-plugin/-/commit/a3ecdb0e16076272d971c36484f6739fbd33eee2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-security-plugin/-/commit/a3ecdb0e16076272d971c36484f6739fbd33eee2
You're receiving this email because of your account on gitlab.archlinux.org.