pkgsrc-WIP-changes archive

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

cuelang: update to 0.12.1



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iquiw%NetBSD.org@localhost>
Pushed By:	iquiw
Date:		Sun Apr 6 14:03:29 2025 +0900
Changeset:	985b8f6651a73082966d7306d5906daa205bf81a

Modified Files:
	cuelang/COMMIT_MSG
	cuelang/Makefile
	cuelang/distinfo

Log Message:
cuelang: update to 0.12.1

Evaluator

* Embedding binary files like @embed(file="foo", type=binary) no longer
  interprets the files as Unicode text, which mangled invalid UTF-8 bytes.

cmd/cue

* The release archives are now built with Go 1.24, which should fix cue get
  go when used with Go installed at version 1.24.

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

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

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

diffs:
diff --git a/cuelang/COMMIT_MSG b/cuelang/COMMIT_MSG
index 8a169e0b4f..16879e23c3 100644
--- a/cuelang/COMMIT_MSG
+++ b/cuelang/COMMIT_MSG
@@ -1,3 +1,3 @@
-lang/cuelang: import cuelang version 0.12.0
+lang/cuelang: import cuelang version 0.12.1
 
 Packaged in wip by iquiw
diff --git a/cuelang/Makefile b/cuelang/Makefile
index 18b8900647..b2fbdd0774 100644
--- a/cuelang/Makefile
+++ b/cuelang/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-PKGNAME=	cuelang-0.12.0
+PKGNAME=	cuelang-0.12.1
 DISTNAME=	cue-${GITHUB_TAG}
 CATEGORIES=	lang
 MASTER_SITES=	${MASTER_SITE_GITHUB:=cue-lang/}
diff --git a/cuelang/distinfo b/cuelang/distinfo
index fd35d872a2..3a927761d0 100644
--- a/cuelang/distinfo
+++ b/cuelang/distinfo
@@ -1,8 +1,8 @@
 $NetBSD$
 
-BLAKE2s (cue-v0.12.0.tar.gz) = dd5bf6594bfcc83bee2e938f2ef95d6eea71c7b62482af1a77fd299a8fd2915f
-SHA512 (cue-v0.12.0.tar.gz) = d00f40b69ce865aeaf17c9e5dd7870aa6305936590e6075ffce656ede0adc0612191669f4103095906aba84e765fedfade7f3a586899c41857d372b84a3fda30
-Size (cue-v0.12.0.tar.gz) = 2656463 bytes
+BLAKE2s (cue-v0.12.1.tar.gz) = ba215b0a7dd5e5675c75b7ccc7c51bc3f73db0006e609a357e09bbaef4258c5b
+SHA512 (cue-v0.12.1.tar.gz) = 1e52e856d773bf38bc7e0da000adbcea3d3cde0bed3d01643497a859597499d5d3512f5627f51cbaf5ac3bc15fd19c3f22878e0545999074c12e1ea18195825b
+Size (cue-v0.12.1.tar.gz) = 2656566 bytes
 BLAKE2s (cuelabs.dev_go_oci_ociregistry_@v_v0.0.0-20241125120445-2c00c104c6e1.mod) = fcfc2f425f527504163a48c5048f760810cb7642138e47abcbbdebada6c83f2b
 SHA512 (cuelabs.dev_go_oci_ociregistry_@v_v0.0.0-20241125120445-2c00c104c6e1.mod) = e6ca5baa4fe50a62df9de0eea90e04653bb226937db080e8636b8c3193407961d05b828c5975bedec2676e93d96f314e244edbb6832b2de338905088f244fcaa
 Size (cuelabs.dev_go_oci_ociregistry_@v_v0.0.0-20241125120445-2c00c104c6e1.mod) = 443 bytes


Home | Main Index | Thread Index | Old Index