dev-cpp/coeurl: add 0.3.2, drop 0.3.0

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2026-03-02 19:47:54 +05:00
parent 12da9e046a
commit 91498aa680
2 changed files with 4 additions and 4 deletions

View File

@@ -1,2 +1,2 @@
DIST coeurl-0.3.0.tar.bz2 46292 BLAKE2B e00e70da3759fa6479d703af8bb520e96f41cbfdd9dc35c2b982f12ca9d596516283d56749785c6862e081b832a29a8453a3a57251c4c968724ed20ccf98d080 SHA512 4ad5a279689ad360f7b33f110e3bf174578655ab036405789d43bcbc73f775c51ab69cb20e79e1229ba045414a2d46e97869a0cd62b978e518cdf23a86b0a846
DIST coeurl-0.3.1.tar.bz2 46513 BLAKE2B 8a80ece8449ced486c56114fba1c544eebc25d165daac630c5d1f3af6d8c4dfd96361afc51d3d4f92fabeff0cdc61dcea9a068c915b3dbd8cc6e7a8bf3baf0a7 SHA512 d9369162ef75a40cafaec88e6b32b6a28daf293691ca017b97b0e4900ae6960f4956124cb8b9ebc3659e174dd55c51441225e212e5c1dbad88413a71faa8c718
DIST coeurl-0.3.2.tar.bz2 47879 BLAKE2B 5b496b400d6637f897b57d270ef132bc056a237cf23cac5be9e7f72791870876e634be30f3f6bce3325dcbe56b4223faf51fb426707d212e632c666626aa993c SHA512 93370dcf179acb9449746ef606c475e2a2f61308cb662c5d607144df74677c51b42ed3093c5b8f47dd030e91dee8f0b640a927ce8320e29a34d6bfbe04cf4a63

View File

@@ -1,12 +1,12 @@
# Copyright 2021-2023 Gentoo Authors
# Copyright 2021-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
PYTHON_COMPAT=( python3_{12..14} )
inherit edo meson python-any-r1
DESCRIPTION="A simple async wrapper around CURL for C++"
DESCRIPTION="Simple async wrapper around CURL for C++"
HOMEPAGE="https://nheko.im/nheko-reborn/coeurl"
SRC_URI="https://nheko.im/nheko-reborn/coeurl/-/archive/v${PV}/${PN}-v${PV}.tar.bz2 -> ${P}.tar.bz2"
S="${WORKDIR}/${PN}-v${PV}"