Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (ffb0098f46a7f7beb8bd11d4a31ceb4a9228f143)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (ffb0098f46a7f7beb8bd11d4a31ceb4a9228f143)
  • Date: Fri, 7 Apr 2023 19:50:22 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

editors/neovim/DETAILS | 5 +++--
editors/neovim/HISTORY | 3 +++
libs/tree-sitter/DETAILS | 5 +++--
libs/tree-sitter/HISTORY | 3 +++
4 files changed, 12 insertions(+), 4 deletions(-)

New commits:
commit ffb0098f46a7f7beb8bd11d4a31ceb4a9228f143
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

editors/neovim: version 0.9.0

commit f02724d8b3d53fa8834b64bc3bd9cf88d3ae9a55
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

libs/tree-sitter: version 0.20.8

diff --git a/editors/neovim/DETAILS b/editors/neovim/DETAILS
index ce1feb6..1f673a6 100755
--- a/editors/neovim/DETAILS
+++ b/editors/neovim/DETAILS
@@ -1,11 +1,12 @@
source "${GRIMOIRE}/CMAKE_FUNCTIONS"
SPELL=neovim
- VERSION=0.8.3
-
SOURCE_HASH=sha512:0ecf60b564a323eb95eb2e67f7dc7e1c1e7bfc70b08466a66eb668d1b75a7362ca42901cd5a64fda22292375e2921ba61c299ac846f820ac146dc55426813eb8
+ VERSION=0.9.0
+
SOURCE_HASH=sha512:e42f09f408b83fc34e8f169321e0349d1f851e67a998265c53d2ddb1a4792c3f4777fabe32baf2c7eff7d3745ff60d4a07da542ccd272883f7f4e080b2c9c1bf
SECURITY_PATCH=2
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_HINTS="no-check-certificate"

SOURCE_URL[0]=https://github.com/${SPELL}/${SPELL}/archive/v${VERSION}.tar.gz
+# Watch: https://github.com/neovim/neovim/tags tags/v([0-9.]+)[.]tar
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="https://neovim.io/";
LICENSE[0]="APACHE"
diff --git a/editors/neovim/HISTORY b/editors/neovim/HISTORY
index db8b449..44d7e33 100644
--- a/editors/neovim/HISTORY
+++ b/editors/neovim/HISTORY
@@ -1,3 +1,6 @@
+2023-04-07 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 0.9.0
+
2023-04-03 Pavel Vinogradov <public AT sourcemage.org>
* DEPENDS: dropped bitlib

diff --git a/libs/tree-sitter/DETAILS b/libs/tree-sitter/DETAILS
index 00892d1..f300f74 100755
--- a/libs/tree-sitter/DETAILS
+++ b/libs/tree-sitter/DETAILS
@@ -1,8 +1,9 @@
SPELL=tree-sitter
- VERSION=0.20.7
+ VERSION=0.20.8
+
SOURCE_HASH=sha512:30fa3f97e1a24d469a7565dc91db629accdfbe081b43d951e9751059a0c7f763d727e95efce5806cd9b1689650773bee1106f4f91ba001da57df3b0d83dda967
SOURCE="$SPELL-$VERSION.tar.gz"

SOURCE_URL[0]=https://github.com/${SPELL}/${SPELL}/archive/refs/tags/v${VERSION}.tar.gz
-
SOURCE_HASH=sha512:dd306f7304cb5f87c05eab3bf5c9c4c13bfed7766a164eafe3159adbc6cca4e66fbdb6880f48dfc668408fbefc14b0147aa2231db085a72f526ac51b681b7c26
+# Watch: https://github.com/tree-sitter/tree-sitter/tags
tags/v([0-9.]+)[.]tar
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="https://github.com/tree-sitter/tree-sitter";
LICENSE[0]=MIT
diff --git a/libs/tree-sitter/HISTORY b/libs/tree-sitter/HISTORY
index bf066c5..c96a224 100644
--- a/libs/tree-sitter/HISTORY
+++ b/libs/tree-sitter/HISTORY
@@ -1,3 +1,6 @@
+2023-04-07 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 0.20.8
+
2022-12-27 Pavel Vinpgradov <public AT sourcemage.org>
* DETAILS: version 0.20.7
* INSTALL: added to fix installation prefix



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (ffb0098f46a7f7beb8bd11d4a31ceb4a9228f143), Pavel Vinogradov, 04/07/2023

Archive powered by MHonArc 2.6.24.

Top of Page