From 77323144e1c42172bc64ffc09f8e570b3f53c508 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Thu, 13 Apr 2023 15:56:39 +0500 Subject: dev-nim/zippy: add 0.10.8, drop 0.10.6 Signed-off-by: Anna (cybertailor) Vyalkova --- dev-nim/zippy/Manifest | 2 +- dev-nim/zippy/zippy-0.10.6.ebuild | 19 ------------------- dev-nim/zippy/zippy-0.10.8.ebuild | 19 +++++++++++++++++++ 3 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 dev-nim/zippy/zippy-0.10.6.ebuild create mode 100644 dev-nim/zippy/zippy-0.10.8.ebuild diff --git a/dev-nim/zippy/Manifest b/dev-nim/zippy/Manifest index e4eb15193..7f34b3138 100644 --- a/dev-nim/zippy/Manifest +++ b/dev-nim/zippy/Manifest @@ -1,2 +1,2 @@ -DIST zippy-0.10.6.tar.gz 33637140 BLAKE2B 1353bca55e43fc2f3d89ac8627eb4e07185fc4f30be194bbb20172e2c554733110bd04466c3da3f84f8714b0f7ce422e88028eee81f47c9989f2918ba563826a SHA512 3bf326e131f3a3aeb4e37b56c54074382b2c6ec66027a7ebefa2004e0d0139287e3ffa886dfef7a55d9fe6b2a2143c97df48742b248c74955e435f187c4a6b33 DIST zippy-0.10.7.tar.gz 33637357 BLAKE2B 846cf050c09c615f3711d3f9007ab7c9de1eefef155247df79e2f307ef68e593e2f05f894e78a06adcbed078378d047b5e2c1cc210ec7ddc05aa0bba23f9a7e8 SHA512 e22f773f655ef10ccc02500ea6c11e92d299793d544217ec8aa9f2dad6322563ab7c84be535fb4dc1360ff73ffb5e1dbe564772db5634a1242ddb7a1454cccb3 +DIST zippy-0.10.8.tar.gz 33637324 BLAKE2B 657ffc709455c0eca946561400221c0d9515496c58b81e8b2060bea65c1a07920a1b0fdf28e4543849116934d135f349aec3ac98b8cfdf0a10f238351c69ec55 SHA512 f1b5b974e77445384d7b724e78c05f5ed6dcbf1793cbaefbe0e9fd9fb0809bd3e3623e0bb2504b02118e536daca91341b4cf08b3a6d3f6748b5ffe671fd25f1e diff --git a/dev-nim/zippy/zippy-0.10.6.ebuild b/dev-nim/zippy/zippy-0.10.6.ebuild deleted file mode 100644 index d2965b88b..000000000 --- a/dev-nim/zippy/zippy-0.10.6.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit nimble - -DESCRIPTION="Pure Nim implementation of deflate, zlib, gzip and zip" -HOMEPAGE=" - https://github.com/guzba/zippy - https://nimble.directory/pkg/zippy -" -SRC_URI="https://github.com/guzba/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="${PV}" -KEYWORDS="~amd64" - -set_package_url "https://github.com/guzba/zippy" diff --git a/dev-nim/zippy/zippy-0.10.8.ebuild b/dev-nim/zippy/zippy-0.10.8.ebuild new file mode 100644 index 000000000..d2965b88b --- /dev/null +++ b/dev-nim/zippy/zippy-0.10.8.ebuild @@ -0,0 +1,19 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit nimble + +DESCRIPTION="Pure Nim implementation of deflate, zlib, gzip and zip" +HOMEPAGE=" + https://github.com/guzba/zippy + https://nimble.directory/pkg/zippy +" +SRC_URI="https://github.com/guzba/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="${PV}" +KEYWORDS="~amd64" + +set_package_url "https://github.com/guzba/zippy" -- cgit v1.2.3-65-gdbad