Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ opensearch-dashboards-maps-plugin
Commits:
59f41394 by Leonidas Spyropoulos at 2024-10-07T21:35:40+01:00
upgpkg: 2.17.1.0-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = opensearch-dashboards-maps-plugin
pkgdesc = OpenSearch Dashboards Maps Plugin
- pkgver = 2.17.0.0
+ pkgver = 2.17.1.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=2.17.0
+ depends = opensearch-dashboards=2.17.1
depends = coffeescript
options = !strip
options = emptydirs
- source =
git+https://github.com/opensearch-project/dashboards-maps.git#tag=2.17.0.0
- source =
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.17.0
- sha256sums =
dbe49de223ae276c8b3a22d6e2de9276ad54f1c7042307b69b21e3ceae228a64
- sha256sums =
9bd4ce716740da32351ec4de0317f683cc642369f8f611626649d6ed6416cfaa
+ source =
git+https://github.com/opensearch-project/dashboards-maps.git#tag=2.17.1.0
+ source =
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.17.1
+ sha256sums =
3e74d6d9ee79e7d6be055e0978267912b975a77b0f2f8f75f3ae2966ae15bdbc
+ sha256sums =
8d3826382d89649efd499152f53758b03afbb375d666fee40793bb882bff1a82
pkgname = opensearch-dashboards-maps-plugin
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
pkgname='opensearch-dashboards-maps-plugin'
_pluginname='dashboards-maps'
-pkgver=2.17.0.0
-_dashboardsver=2.17.0
+pkgver=2.17.1.0
+_dashboardsver=2.17.1
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=('dbe49de223ae276c8b3a22d6e2de9276ad54f1c7042307b69b21e3ceae228a64'
- '9bd4ce716740da32351ec4de0317f683cc642369f8f611626649d6ed6416cfaa')
+sha256sums=('3e74d6d9ee79e7d6be055e0978267912b975a77b0f2f8f75f3ae2966ae15bdbc'
+ '8d3826382d89649efd499152f53758b03afbb375d666fee40793bb882bff1a82')
prepare() {
nodeVersion="$(node -v)"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-maps-plugin/-/commit/59f413943915c703e9e1070f4d4ce142f1876417
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-maps-plugin/-/commit/59f413943915c703e9e1070f4d4ce142f1876417
You're receiving this email because of your account on gitlab.archlinux.org.