diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2025-01-12 11:05:21 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2025-01-12 11:05:21 +0100 |
commit | 357c79a08bbd68efe960c49c4d66eef84ec895c6 (patch) | |
tree | c640b55bbdb6a2c11813d4c666abb31a6b5a6408 /sys-fs | |
parent | sci-geosciences/folium: add 0.19.4, drop 0.19.2 (diff) | |
download | gentoo-357c79a08bbd68efe960c49c4d66eef84ec895c6.tar.gz gentoo-357c79a08bbd68efe960c49c4d66eef84ec895c6.tar.bz2 gentoo-357c79a08bbd68efe960c49c4d66eef84ec895c6.zip |
sys-fs/fswatch: add 1.18.0, drop 1.16.0
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/fswatch/Manifest | 2 | ||||
-rw-r--r-- | sys-fs/fswatch/fswatch-1.18.0.ebuild (renamed from sys-fs/fswatch/fswatch-1.16.0.ebuild) | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-fs/fswatch/Manifest b/sys-fs/fswatch/Manifest index 29ad9d3d7c9c..55cc514f57fc 100644 --- a/sys-fs/fswatch/Manifest +++ b/sys-fs/fswatch/Manifest @@ -1,2 +1,2 @@ -DIST fswatch-1.16.0.tar.gz 844804 BLAKE2B 55527e7d38421f16a9d2c51b5455b73de54220d280233d905a02d192bc374ef91b02c0d68dcd1c1ed6a29351421df0cd0ee9fad50bb98ec9c9018088a6064d4b SHA512 80100b92f5acef503436bbb684f07f5b692099a7eee0970a61c04670de67cd9bfa7942af40b348236dd97fc4d02fcd6a081b96486332efbd06500379c1eff806 DIST fswatch-1.17.1.tar.gz 853852 BLAKE2B 0d4d6a350325d4c7cc4ed4277e640d3fa4bfade5ec92b1c27abee9b506f34a024abadfbd5f002fdb3afd80a4ae432a071dd94c664123f447167ded6d5dbbaf9d SHA512 8d98b12e538026545052763961fe7d8147809958c25921bc30f43ba0d63c7f63a00c4b8412bbb63e3d1a0807687f8821f20e2667ee716b439cfb254ce346ccad +DIST fswatch-1.18.0.tar.gz 813482 BLAKE2B 432c7806428ba31585d336c8c21069ea3e55852f3318ecec19bc4094f2d8f13187afc0754f804591df7ad50d220e1674a0509e6d53dd388de03acdc363cc8563 SHA512 f0fd409f04d19830eb5d7244a43c7ef1117e9f6be807d1f4e7dbb637f74d9a494b1e19bf4e4b8df4acd959b221d884c054f680df6438b890c310bf69b2722664 diff --git a/sys-fs/fswatch/fswatch-1.16.0.ebuild b/sys-fs/fswatch/fswatch-1.18.0.ebuild index dc84ca695257..ab5e42567752 100644 --- a/sys-fs/fswatch/fswatch-1.16.0.ebuild +++ b/sys-fs/fswatch/fswatch-1.18.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 2022-2022 Gentoo Authors +# Copyright 2022-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit toolchain-funcs @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/emcrisostomo/fswatch" SRC_URI="https://github.com/emcrisostomo/${PN}/releases/download/${PV}/${P}.tar.gz" LICENSE="GPL-3" -SLOT="0" +SLOT="0/13" KEYWORDS="~amd64 ~x86" IUSE="nls static-libs" |