Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ opensearch-dashboards-notifications-plugin
Commits:
4717caf9 by Leonidas Spyropoulos at 2026-02-14T12:06:07+00:00
upgpkg: 3.5.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 = 3.4.0.0
+ pkgver = 3.5.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=3.4.0
+ depends = opensearch-dashboards=3.5.0
depends = coffeescript
options = !strip
options = emptydirs
- source =
git+https://github.com/opensearch-project/dashboards-notifications.git#tag=3.4.0.0
- source =
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=3.4.0
- sha256sums =
ea54928d67118d795bbe4e56ad4048ff7a2e2b1284a6b3a47341346881ba1e91
- sha256sums =
b99d6edf20a7f16fae2bc6bca2dc1a09392e35961df40921781c819f70b9f321
+ source =
git+https://github.com/opensearch-project/dashboards-notifications.git#tag=3.5.0.0
+ source =
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=3.5.0
+ sha256sums =
086b5e05fb6fa87abb6145a34313cf73b4586f77c3f7e8a77ded5696b69b3517
+ sha256sums =
e8b318e1a695c72edec1b54c75c229b081c126a8e411516ab5657eab6e23b2de
pkgname = opensearch-dashboards-notifications-plugin
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
pkgname='opensearch-dashboards-notifications-plugin'
_pluginname='dashboards-notifications'
-pkgver=3.4.0.0
-_dashboardsver=3.4.0
+pkgver=3.5.0.0
+_dashboardsver=3.5.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=('ea54928d67118d795bbe4e56ad4048ff7a2e2b1284a6b3a47341346881ba1e91'
- 'b99d6edf20a7f16fae2bc6bca2dc1a09392e35961df40921781c819f70b9f321')
+sha256sums=('086b5e05fb6fa87abb6145a34313cf73b4586f77c3f7e8a77ded5696b69b3517'
+ 'e8b318e1a695c72edec1b54c75c229b081c126a8e411516ab5657eab6e23b2de')
prepare() {
nodeVersion="$(node -v)"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-notifications-plugin/-/commit/4717caf9ec541521f96ea0c3707f14b2e750f3af
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-notifications-plugin/-/commit/4717caf9ec541521f96ea0c3707f14b2e750f3af
You're receiving this email because of your account on gitlab.archlinux.org.