Skip to content

Commit

Permalink
pkgtools/pkgchkxx: Update to 0.2.3
Browse files Browse the repository at this point in the history
## 0.2.3 -- 2025-01-16

* Gave up on the `fast-clean` option. `pkgrrxx` previously attempted to
  simulate what `make clean` does instead of just running it, because
  running `make` is slow. But it turned out to be a losing battle due to
  subtlety around `${WRKOBJDIR}` so we just run `make clean` now. Issue
  reported by @schmonz [#6]
  • Loading branch information
depressed-pho committed Jan 16, 2025
1 parent 9f77cc6 commit 54de488
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pkgtools/pkgchkxx/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.6 2025/01/15 15:19:34 pho Exp $
# $NetBSD: Makefile,v 1.7 2025/01/16 14:52:17 pho Exp $

DISTNAME= pkgchkxx-0.2.2
DISTNAME= pkgchkxx-0.2.3
CATEGORIES= pkgtools
MASTER_SITES= ${MASTER_SITE_GITHUB:=depressed-pho/}
GITHUB_RELEASE= ${DISTNAME}
Expand Down
8 changes: 4 additions & 4 deletions pkgtools/pkgchkxx/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2025/01/15 15:19:34 pho Exp $
$NetBSD: distinfo,v 1.5 2025/01/16 14:52:17 pho Exp $

BLAKE2s (pkgchkxx-0.2.2.tar.gz) = ec96597644dce70231e30736d2fde300f9516afca1c6bbc1888385e4fe9122ae
SHA512 (pkgchkxx-0.2.2.tar.gz) = 3b444e98b106a5d95d88419aa3df646bc67e53f1ed1ccbaa5d19d6ec70caa327311d5f70336b374e2aaa95938f4a7c73c5087808b6b4c21ac0ec7d919a105ae2
Size (pkgchkxx-0.2.2.tar.gz) = 538169 bytes
BLAKE2s (pkgchkxx-0.2.3.tar.gz) = 3f1432ea5a3a3baba655dcc22a5a646d37f68aced4588c28ac938f7fe8e7a731
SHA512 (pkgchkxx-0.2.3.tar.gz) = 2c8ec19a4dc2b2ec4869d23840984cf9995d16e490a06a5253030bf5348f9bda44f53c4bff9cc24ac7e7eb2a94d7511e716d90820c0ce0a31c2e7600eeb771a8
Size (pkgchkxx-0.2.3.tar.gz) = 537500 bytes

0 comments on commit 54de488

Please sign in to comment.