Skip to content

Commit

Permalink
devel/bacon: update to 2.17.0
Browse files Browse the repository at this point in the history
v2.17.0 - 2024/05/05
 - default binding for 'c' in bacon.toml is now the new 'clippy-all' job which
   does what the old 'clippy' job was doing. 'clippy' job changed to not run on
   all targets. Default bacon.toml explain how to bind 'c' to clippy instead of
   'clippy-all' - Fix #167
 - expand env vars in job command unless the job specifies
   expand_env_vars = false - Fix #181
 - some file events filtered out from watch (feedback welcome, especially if
   you notice some failures to recompute)
 - parse test results even when tests are run with -q/--quiet - Thanks @narpfel
  • Loading branch information
pin committed May 5, 2024
1 parent d4b7c7e commit 0a7c02a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions devel/bacon/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.4 2024/04/01 19:18:49 pin Exp $
# $NetBSD: Makefile,v 1.5 2024/05/05 15:26:54 pin Exp $

DISTNAME= bacon-2.16.0
DISTNAME= bacon-2.17.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=Canop/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand Down
2 changes: 1 addition & 1 deletion devel/bacon/cargo-depends.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: cargo-depends.mk,v 1.4 2024/04/01 19:18:49 pin Exp $
# $NetBSD: cargo-depends.mk,v 1.5 2024/05/05 15:26:54 pin Exp $

CARGO_CRATE_DEPENDS+= adler-1.0.2
CARGO_CRATE_DEPENDS+= ahash-0.8.11
Expand Down
8 changes: 4 additions & 4 deletions devel/bacon/distinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.4 2024/04/01 19:18:49 pin Exp $
$NetBSD: distinfo,v 1.5 2024/05/05 15:26:54 pin Exp $

BLAKE2s (adler-1.0.2.crate) = f263779d752af886455fc0f42c997893fb1a09edcf1bd2980605251c2e3602aa
SHA512 (adler-1.0.2.crate) = 7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1
Expand Down Expand Up @@ -45,9 +45,9 @@ Size (arrayvec-0.7.4.crate) = 29856 bytes
BLAKE2s (autocfg-1.1.0.crate) = dd57bc2348994ace592664469f4b2389f230343402c627a9981eb582f10b0060
SHA512 (autocfg-1.1.0.crate) = df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
Size (autocfg-1.1.0.crate) = 13272 bytes
BLAKE2s (bacon-2.16.0.tar.gz) = d9e0abceba5b3681f4410bc52f179971baa399def5d8195bd89e551ec1569fe9
SHA512 (bacon-2.16.0.tar.gz) = 6b34bd3c6c73db01bc554d4b5beb5bec76fcfb9da52fc390c681c3d21140ca5f4b69c506a9d767ed90a15d5d06ee9d54e2d24c001a032e47f9e536018c84ffff
Size (bacon-2.16.0.tar.gz) = 685571 bytes
BLAKE2s (bacon-2.17.0.tar.gz) = 83d7222481fd790ed9db6ee8680997e135319677a1c60c627e544bf11ba2ac19
SHA512 (bacon-2.17.0.tar.gz) = 78df37f966c5a05e91f000aec1ef8bd47dbb8c9a056a00a82fec05739a30f7064b93e4de9ec7e5be2269ddf3a2ec429162b876fba459d8ca8d4ee8c6b3bc4131
Size (bacon-2.17.0.tar.gz) = 686103 bytes
BLAKE2s (bitflags-1.3.2.crate) = e3a3b45a4403823875a03dbda329ca16068fa8f847cef81987c6b780101f2415
SHA512 (bitflags-1.3.2.crate) = 3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
Size (bitflags-1.3.2.crate) = 23021 bytes
Expand Down

0 comments on commit 0a7c02a

Please sign in to comment.