pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

cuelang: update to 0.9.2



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iquiw%NetBSD.org@localhost>
Pushed By:	iquiw
Date:		Sun Jun 30 22:54:52 2024 +0900
Changeset:	f336580c12c63c10d14da9de5febb5dc8e43a8f6

Modified Files:
	cuelang/Makefile
	cuelang/distinfo

Log Message:
cuelang: update to 0.9.2

This release includes a fix for a regression around CUE files without a
package name, and updates the compiled-in language version to match the
actual tagged version v0.9.2.

CL 1196785 fixes the cue/load logic to correctly take CUE files with out a
package name into account.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f336580c12c63c10d14da9de5febb5dc8e43a8f6

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 cuelang/Makefile | 2 +-
 cuelang/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/cuelang/Makefile b/cuelang/Makefile
index 26e0e25f89..368f06924e 100644
--- a/cuelang/Makefile
+++ b/cuelang/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-PKGNAME=	cuelang-0.9.1
+PKGNAME=	cuelang-0.9.2
 DISTNAME=	cue-${GITHUB_TAG}
 CATEGORIES=	lang
 MASTER_SITES=	${MASTER_SITE_GITHUB:=cue-lang/}
diff --git a/cuelang/distinfo b/cuelang/distinfo
index 26b63d6094..81bde04ca1 100644
--- a/cuelang/distinfo
+++ b/cuelang/distinfo
@@ -1,8 +1,8 @@
 $NetBSD$
 
-BLAKE2s (cue-v0.9.1.tar.gz) = 883e46ca70892faa03780a919c969d612358e4e76a61b2f4e2953f5e67bab4a5
-SHA512 (cue-v0.9.1.tar.gz) = d839d144988555a2a56704ddf77de58512383c6f1f2d741262ab68cfe0aa0124277e42cee8d8d35a6ee1c79fe564474283ef78bd09d8c55c900e3bb101019d92
-Size (cue-v0.9.1.tar.gz) = 2384546 bytes
+BLAKE2s (cue-v0.9.2.tar.gz) = ced82c8071b48e984c1762aa95098d69503ffa90f5c8393f4c2cfae31121985c
+SHA512 (cue-v0.9.2.tar.gz) = 051a4d15d74123f52f692e8b2f2e311b6356d617e4b22fa9b5d702640fcaafaf1342eb25997ffc4fe32936a61afda9929558c53878e51d2cb38e13bc471d3769
+Size (cue-v0.9.2.tar.gz) = 2386349 bytes
 BLAKE2s (cuelabs.dev_go_oci_ociregistry_@v_v0.0.0-20240404174027-a39bec0462d2.mod) = 9e8c539607db6206828bcb50c89a3865d6f2c5d027c61984ef222f81aba5a5e3
 SHA512 (cuelabs.dev_go_oci_ociregistry_@v_v0.0.0-20240404174027-a39bec0462d2.mod) = efd52d7c2b7a9824bad5dbab8b3d680d5b6ccd78b4a7f1059655ce6c21fb6a1b2aedd745e215628306c0a266616749168ecaf67d76a3e97af26075d1b58aa330
 Size (cuelabs.dev_go_oci_ociregistry_@v_v0.0.0-20240404174027-a39bec0462d2.mod) = 477 bytes


Home | Main Index | Thread Index | Old Index