Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ opensearch-dashboards-notifications-plugin
Commits:
00016c2a by Leonidas Spyropoulos at 2024-11-09T10:53:53+00:00
upgpkg: 2.18.0.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = opensearch-dashboards-notifications-plugin
pkgdesc = OpenSearch Dashboards Notifications Plugin
- pkgver = 2.17.1.0
+ pkgver = 2.18.0.0
pkgrel = 1
url = https://opensearch.org/docs/latest/notifications-plugin/index/
arch = x86_64
@@ -10,13 +10,13 @@ pkgbase = opensearch-dashboards-notifications-plugin
makedepends = python
makedepends = git
makedepends = unzip
- depends = opensearch-dashboards=2.17.1
+ depends = opensearch-dashboards=2.18.0
depends = coffeescript
options = !strip
options = emptydirs
- source =
git+https://github.com/opensearch-project/dashboards-notifications.git#tag=2.17.1.0
- source =
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.17.1
- sha256sums =
07d2dbae6a11a066610bf22ad38dac146163b663dd391ab19637478d6a827421
- sha256sums =
8d3826382d89649efd499152f53758b03afbb375d666fee40793bb882bff1a82
+ source =
git+https://github.com/opensearch-project/dashboards-notifications.git#tag=2.18.0.0
+ source =
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.18.0
+ sha256sums =
8b7dcfa30fd48956ee01da23bc4709a854a299db10d5c93ca7ad79cfd5fc8eef
+ sha256sums =
047ea8d8669958d1cd16ee4c6c417088b7295dcf83a7efe855e9b32903eb02e1
pkgname = opensearch-dashboards-notifications-plugin
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
pkgname='opensearch-dashboards-notifications-plugin'
_pluginname='dashboards-notifications'
-pkgver=2.17.1.0
-_dashboardsver=2.17.1
+pkgver=2.18.0.0
+_dashboardsver=2.18.0
pkgrel=1
pkgdesc='OpenSearch Dashboards Notifications Plugin'
url='https://opensearch.org/docs/latest/notifications-plugin/index/'
@@ -16,8 +16,8 @@ source=(
"git+https://github.com/opensearch-project/${_pluginname}.git#tag=${pkgver}"
"git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=${_dashboardsver}"
)
-sha256sums=('07d2dbae6a11a066610bf22ad38dac146163b663dd391ab19637478d6a827421'
- '8d3826382d89649efd499152f53758b03afbb375d666fee40793bb882bff1a82')
+sha256sums=('8b7dcfa30fd48956ee01da23bc4709a854a299db10d5c93ca7ad79cfd5fc8eef'
+ '047ea8d8669958d1cd16ee4c6c417088b7295dcf83a7efe855e9b32903eb02e1')
prepare() {
nodeVersion="$(node -v)"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-notifications-plugin/-/commit/00016c2a2842ca92513146ac3c9d4ccffc8133a5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-notifications-plugin/-/commit/00016c2a2842ca92513146ac3c9d4ccffc8133a5
You're receiving this email because of your account on gitlab.archlinux.org.