pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/asdf
Module Name: pkgsrc
Committed By: schmonz
Date: Fri Jan 19 17:09:51 UTC 2024
Modified Files:
pkgsrc/devel/asdf: Makefile distinfo
Log Message:
asdf: update to 0.14.0. Changes:
Breaking changes:
* Enable `pipefail` (#1608)
Patches:
* `plugin test` git-ref to use plugin repo default branch (#1694)
* avoid mention of `ASDF_NU_DIR` (#1660)
* fish: use PATH instead of fish_user_paths (#1709)
* list `asdf version` command under help.txt UTILS section (#1673)
* nushell: Use `def --env` instead of `def-env` (#1681)
* plugin extension commands to not require `bin/` directory (#1643)
* use universal scope for fish_user_paths (#1699)
* warn if plugin does not support keeping downloads if configured (#1644)
Documentation:
* add Japanese translation (#1667)
* fix some pt-br spelling (#1640)
* fix typo "node version" filename (#1679)
* fix typo (#1670)
* Improve `.asdfrc` plugin hook docuentation (#1661)
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/asdf/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/asdf/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/asdf/Makefile
diff -u pkgsrc/devel/asdf/Makefile:1.8 pkgsrc/devel/asdf/Makefile:1.9
--- pkgsrc/devel/asdf/Makefile:1.8 Wed Sep 13 15:42:36 2023
+++ pkgsrc/devel/asdf/Makefile Fri Jan 19 17:09:51 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2023/09/13 15:42:36 schmonz Exp $
+# $NetBSD: Makefile,v 1.9 2024/01/19 17:09:51 schmonz Exp $
-DISTNAME= asdf-0.13.1
+DISTNAME= asdf-0.14.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=asdf-vm/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: pkgsrc/devel/asdf/distinfo
diff -u pkgsrc/devel/asdf/distinfo:1.7 pkgsrc/devel/asdf/distinfo:1.8
--- pkgsrc/devel/asdf/distinfo:1.7 Wed Sep 13 15:42:36 2023
+++ pkgsrc/devel/asdf/distinfo Fri Jan 19 17:09:51 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2023/09/13 15:42:36 schmonz Exp $
+$NetBSD: distinfo,v 1.8 2024/01/19 17:09:51 schmonz Exp $
-BLAKE2s (asdf-0.13.1.tar.gz) = ca65b67c9355449bebb8eb897ed6c17833eb3828567db4aa2d606129e446a639
-SHA512 (asdf-0.13.1.tar.gz) = d8041119d5840db2b08be9235d26186a1eb0d9101e836dae9991f92ea56baf75bcc69ee46af74ef09ed0f98853f2c232a93e6720ced45907457b95266209c617
-Size (asdf-0.13.1.tar.gz) = 163098 bytes
+BLAKE2s (asdf-0.14.0.tar.gz) = 195e6ac720440a5ea9cc6347a3367f9e254dfec973f5a0c95f7df1e8a0ab2489
+SHA512 (asdf-0.14.0.tar.gz) = ca0055de6617c2cda3dee9272f07848fd4f5eaef27f84e63fc8c97cb45ab5acedff5e98d2178483ecc3b0bae3a6b036cd548d43417ff09e0cd4368bbe2124d49
+Size (asdf-0.14.0.tar.gz) = 194950 bytes
SHA1 (patch-lib_commands_reshim.bash) = 016cde2d9c68c47d46b01b9482091cc5b6ec11d4
Home |
Main Index |
Thread Index |
Old Index