Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ opensearch-dashboards-maps-plugin
Commits:
13bee6bc by Leonidas Spyropoulos at 2026-02-14T12:03:13+00:00
upgpkg: 3.5.0.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = opensearch-dashboards-maps-plugin
pkgdesc = OpenSearch Dashboards Maps Plugin
- pkgver = 3.4.0.0
+ pkgver = 3.5.0.0
pkgrel = 1
url = https://opensearch.org/docs/latest/dashboards/geojson-regionmaps/
arch = x86_64
@@ -8,13 +8,13 @@ pkgbase = opensearch-dashboards-maps-plugin
makedepends = yarn
makedepends = npm
makedepends = git
- 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-maps.git#tag=3.4.0.0
- source =
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=3.4.0
- sha256sums =
651049780cf4c3f44f1c67ffe406b3e0c5c2304d445f9c569ff38f392c2e679e
- sha256sums =
b99d6edf20a7f16fae2bc6bca2dc1a09392e35961df40921781c819f70b9f321
+ source =
git+https://github.com/opensearch-project/dashboards-maps.git#tag=3.5.0.0
+ source =
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=3.5.0
+ sha256sums =
4ee4f644b7592355c55f44f71b32424d9d92a89aacab51fe4a30e1f7be75532e
+ sha256sums =
e8b318e1a695c72edec1b54c75c229b081c126a8e411516ab5657eab6e23b2de
pkgname = opensearch-dashboards-maps-plugin
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
pkgname='opensearch-dashboards-maps-plugin'
_pluginname='dashboards-maps'
-pkgver=3.4.0.0
-_dashboardsver=3.4.0
+pkgver=3.5.0.0
+_dashboardsver=3.5.0
pkgrel=1
pkgdesc='OpenSearch Dashboards Maps Plugin'
url='https://opensearch.org/docs/latest/dashboards/geojson-regionmaps/'
@@ -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=('651049780cf4c3f44f1c67ffe406b3e0c5c2304d445f9c569ff38f392c2e679e'
- 'b99d6edf20a7f16fae2bc6bca2dc1a09392e35961df40921781c819f70b9f321')
+sha256sums=('4ee4f644b7592355c55f44f71b32424d9d92a89aacab51fe4a30e1f7be75532e'
+ 'e8b318e1a695c72edec1b54c75c229b081c126a8e411516ab5657eab6e23b2de')
prepare() {
nodeVersion="$(node -v)"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-maps-plugin/-/commit/13bee6bcfa546a28eef42ed5f45f003ad11a4552
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-maps-plugin/-/commit/13bee6bcfa546a28eef42ed5f45f003ad11a4552
You're receiving this email because of your account on gitlab.archlinux.org.