-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.9.0 Released 2024-10-11 Features: - garden exec can now run commands in parallel using the -j# | --jobs=# option. (#43) Packaging: - Garden's Nix flake was improved and using Garden with Nix home-manager was documented. (#46) (#17) Development: - Internal APIs for running commands were refactored. - The yaml-rust2 dependency was upgraded to v0.9.0.
- Loading branch information
Showing
3 changed files
with
237 additions
and
225 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# $NetBSD: Makefile,v 1.15 2024/09/27 11:53:30 pin Exp $ | ||
# $NetBSD: Makefile,v 1.16 2024/10/12 22:56:21 pin Exp $ | ||
|
||
DISTNAME= garden-1.8.0 | ||
DISTNAME= garden-1.9.0 | ||
CATEGORIES= devel | ||
MASTER_SITES= ${MASTER_SITE_GITLAB:=garden-rs/garden/-/archive/v1.8.0/} | ||
MASTER_SITES= ${MASTER_SITE_GITLAB:=garden-rs/garden/-/archive/v1.9.0/} | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= https://garden-rs.gitlab.io/ | ||
|
@@ -15,7 +15,7 @@ LICENSE= mit | |
#Upstream does not state the required MSRV. | ||
#This package is confirmed to build with Rust 1.80.1 on amd64 | ||
|
||
WRKSRC= ${WRKDIR}/garden-v1.8.0-47bba3f304365d995adfcac11cd18df7ce73209f | ||
WRKSRC= ${WRKDIR}/garden-v1.9.0-83c7891502d07cd5665be395ce6b3e163e7f8148 | ||
|
||
.include "../../lang/rust/cargo.mk" | ||
.include "../../mk/bsd.pkg.mk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.