pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/exercism



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sat Nov 16 00:04:12 UTC 2024

Modified Files:
        pkgsrc/misc/exercism: Makefile distinfo

Log Message:
exercism: update to 3.5.4. Changes:

- Add support for Uiua track to `exercism test`
- Add arm64-assembly test configuration
- refactored exercism.io links to exercism.org
- Add support for the YAMLScript language


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/misc/exercism/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/misc/exercism/distinfo

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

Modified files:

Index: pkgsrc/misc/exercism/Makefile
diff -u pkgsrc/misc/exercism/Makefile:1.29 pkgsrc/misc/exercism/Makefile:1.30
--- pkgsrc/misc/exercism/Makefile:1.29  Mon Oct 14 13:59:56 2024
+++ pkgsrc/misc/exercism/Makefile       Sat Nov 16 00:04:12 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2024/10/14 13:59:56 schmonz Exp $
+# $NetBSD: Makefile,v 1.30 2024/11/16 00:04:12 schmonz Exp $
 
-DISTNAME=              exercism-cli-3.5.2
+DISTNAME=              exercism-cli-3.5.4
 PKGNAME=               ${DISTNAME:S/-cli-/-/}
 CATEGORIES=            misc
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=exercism/}

Index: pkgsrc/misc/exercism/distinfo
diff -u pkgsrc/misc/exercism/distinfo:1.10 pkgsrc/misc/exercism/distinfo:1.11
--- pkgsrc/misc/exercism/distinfo:1.10  Mon Oct 14 13:59:56 2024
+++ pkgsrc/misc/exercism/distinfo       Sat Nov 16 00:04:12 2024
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2024/10/14 13:59:56 schmonz Exp $
+$NetBSD: distinfo,v 1.11 2024/11/16 00:04:12 schmonz Exp $
 
 BLAKE2s (cloud.google.com_go_@v_v0.26.0.mod) = 53d181aacbf96ec4f9cdd051466576dbb6959ca71a825bc6672046c7c53a2b43
 SHA512 (cloud.google.com_go_@v_v0.26.0.mod) = 5132f3438533427c0ab0fbb7a12112a7830ea9122662ed46019ff89c71d9cf80c02edc32dd5c892da572031b5a2cce100f2602fa6a19bea6be7c02781f701273
@@ -114,9 +114,9 @@ Size (cloud.google.com_go_storage_@v_v1.
 BLAKE2s (dmitri.shuralyov.com_gpu_mtl_@v_v0.0.0-20190408044501-666a987793e9.mod) = 2136184228fc4913040e8abab210d9694fa46310b1073dbb42e1697f8591c1f2
 SHA512 (dmitri.shuralyov.com_gpu_mtl_@v_v0.0.0-20190408044501-666a987793e9.mod) = 
196affe091247f94ceda4b56629bd62d4ee2b397f2c0f56c9534c02e43531b46705ad33543b58c1a4fc7a48e25e5923db087fe0485a93966a4086581c0d1d3e1
 Size (dmitri.shuralyov.com_gpu_mtl_@v_v0.0.0-20190408044501-666a987793e9.mod) = 36 bytes
-BLAKE2s (exercism-cli-3.5.2.tar.gz) = 130ab060017f0d3f70c1dbd3fafa127fb157bb52c2392cd08e0e4c269c232bf8
-SHA512 (exercism-cli-3.5.2.tar.gz) = 58594f76872cd805db6b19ac12057e205f9c660d7482b5412c0a55dfd5f12d4ca9df693cec48d19086ca9dc2671b714f345477d8596a1efaa62303636eccb974
-Size (exercism-cli-3.5.2.tar.gz) = 79491 bytes
+BLAKE2s (exercism-cli-3.5.4.tar.gz) = a9a020d4579fcdc13902eceea5802bd927b4188a0a0709830c67946e29dac8c3
+SHA512 (exercism-cli-3.5.4.tar.gz) = cda61ed7be4a0273bc0e2c25939549b7ffebcbaaa59f61456c372beaaed159a09c50e16eff3b8f218143a4163189850146da002d2f799a195325c9089957d57b
+Size (exercism-cli-3.5.4.tar.gz) = 79650 bytes
 BLAKE2s (github.com__burnt_sushi_toml_@v_v0.3.1.mod) = 1e3e33c00707a3593021eb034c331e03c391be2a8977de8635ddcdd39b13ded4
 SHA512 (github.com__burnt_sushi_toml_@v_v0.3.1.mod) = 320941bc3b7fb8bc595e6135cbc513a7583d129f0cd92508055291e141191066303cf75148e25198c21f6c6c539a790ea3210f3ecf5de6a2a03b70c753091146
 Size (github.com__burnt_sushi_toml_@v_v0.3.1.mod) = 34 bytes



Home | Main Index | Thread Index | Old Index