dev-util/zprint-bin: add 1.2.9, drop 1.2.8

Signed-off-by: xz-dev <xiangzhedev@gmail.com>
This commit is contained in:
xz-dev 2024-11-03 13:53:13 +08:00 committed by peeweep
parent 855418dd2d
commit 03a2c24b63
3 changed files with 1 additions and 20 deletions

View File

@ -1,2 +1 @@
DIST zprintl-1.2.7 73269040 BLAKE2B 27af7a8d5f6ec3edfea60c234a75c23e6335041ada94d61c2737dbd04a2cc7c210e612b0f970a5d3a81055f8093bd98eb6e05bf19daae3c8ab0964d0529a1a04 SHA512 46c6014486298a6505ff38b8c7384a7d5e13be020c6b06da834cd8ecc5907b2e16e9292240ea0b0acd527e15fbcbe2c3ba7e472474c99fe74e3f97667f9f5b17
DIST zprintl-1.2.8 73367344 BLAKE2B bb62735063dd8cd0db8ae7db32f752745c4b0060de135680163588a61e397e7ab27fd1d8f226393e0b1433932fa26e355ad32fec462640168c66500785db7c5f SHA512 570abc925f0f0f1ac355b9881fee3f915eb01a65e3f460a5dcea6f2d62485a7316c0e1c7cc8c0f5b386b5d19821b49a22e204f6632f2a8d66e39fb58e043d457
DIST zprintl-1.2.9 73551664 BLAKE2B da9e04292b15020a748fa4d71b6fe51c931f9553b020adc85da59e0f9756e75f21624178a0925973d70ea296aef4569d8decf5841e32525d523a76506e85d088 SHA512 7f0274b437e3936845c33fc03b005ffa2da74ed4f65985a06d7b8c7fa29e83a95d4e2de7ed7474f5b858325d2f40dd1c04317d6585b3c69b2e82802e8c9d80b2

View File

@ -1,18 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Clojure and Clojurescript source code formatter"
HOMEPAGE="https://github.com/kkinnear/zprint"
SRC_URI="https://github.com/kkinnear/zprint/releases/download/${PV}/zprintl-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
S="${DISTDIR}"
src_install() {
newbin "${S}/zprintl-${PV}" zprint
}