Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ opensearch-dashboards-gantt-chart-plugin
Commits:
cbffa0f2 by Leonidas Spyropoulos at 2024-10-07T21:28:58+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-gantt-chart-plugin
pkgdesc = OpenSearch Dashboards Gantt Chart Plugin
- pkgver = 2.17.0.0
+ pkgver = 2.17.1.0
pkgrel = 1
url = https://opensearch.org/docs/latest/dashboards/gantt/
arch = x86_64
@@ -9,12 +9,12 @@ pkgbase = opensearch-dashboards-gantt-chart-plugin
makedepends = npm
makedepends = python
makedepends = git
- depends = opensearch-dashboards=2.17.0
+ depends = opensearch-dashboards=2.17.1
options = !strip
options = emptydirs
- source =
git+https://github.com/opensearch-project/dashboards-visualizations.git#tag=2.17.0.0
- source =
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.17.0
- sha256sums =
651355c5c5685e8f0b5466ebe68abd165ace067ea078c580e39e5f12bc1c6e87
- sha256sums =
9bd4ce716740da32351ec4de0317f683cc642369f8f611626649d6ed6416cfaa
+ source =
git+https://github.com/opensearch-project/dashboards-visualizations.git#tag=2.17.1.0
+ source =
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.17.1
+ sha256sums =
28154e6cbabf4ddbadddcbc88f657224cc5ca76bef9c6214d9721ef7031bcc39
+ sha256sums =
8d3826382d89649efd499152f53758b03afbb375d666fee40793bb882bff1a82
pkgname = opensearch-dashboards-gantt-chart-plugin
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
pkgname='opensearch-dashboards-gantt-chart-plugin'
_pluginname='gantt-chart-dashboards-plugin'
-pkgver=2.17.0.0
-_dashboardsver=2.17.0
+pkgver=2.17.1.0
+_dashboardsver=2.17.1
pkgrel=1
pkgdesc='OpenSearch Dashboards Gantt Chart Plugin'
url='https://opensearch.org/docs/latest/dashboards/gantt/'
@@ -16,8 +16,8 @@ source=(
"git+https://github.com/opensearch-project/dashboards-visualizations.git#tag=${pkgver}"
"git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=${_dashboardsver}"
)
-sha256sums=('651355c5c5685e8f0b5466ebe68abd165ace067ea078c580e39e5f12bc1c6e87'
- '9bd4ce716740da32351ec4de0317f683cc642369f8f611626649d6ed6416cfaa')
+sha256sums=('28154e6cbabf4ddbadddcbc88f657224cc5ca76bef9c6214d9721ef7031bcc39'
+ '8d3826382d89649efd499152f53758b03afbb375d666fee40793bb882bff1a82')
prepare() {
nodeVersion="$(node -v)"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-gantt-chart-plugin/-/commit/cbffa0f2db2ec37b9b586dc6e50ba737f2e5edb5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-gantt-chart-plugin/-/commit/cbffa0f2db2ec37b9b586dc6e50ba737f2e5edb5
You're receiving this email because of your account on gitlab.archlinux.org.