diff options
author | Mike Frysinger <vapier@gentoo.org> | 2023-01-19 19:03:35 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2023-01-19 19:03:35 -0500 |
commit | a237f9e56bc6421e374c38cbd821067bf4ff0042 (patch) | |
tree | 2eacd8d8299e61dd68084e6511b59b4c5bce1f99 /dev-libs | |
parent | dev-util/trace-cmd: add 3.1.6 (diff) | |
download | gentoo-a237f9e56bc6421e374c38cbd821067bf4ff0042.tar.gz gentoo-a237f9e56bc6421e374c38cbd821067bf4ff0042.tar.bz2 gentoo-a237f9e56bc6421e374c38cbd821067bf4ff0042.zip |
dev-libs/capstone: use https:// for HOMEPAGE
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/capstone/capstone-4.0.2-r2.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/capstone/capstone-5.0_rc2-r2.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/capstone/capstone-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/capstone/capstone-4.0.2-r2.ebuild b/dev-libs/capstone/capstone-4.0.2-r2.ebuild index af978b9b5397..579ef58d9929 100644 --- a/dev-libs/capstone/capstone-4.0.2-r2.ebuild +++ b/dev-libs/capstone/capstone-4.0.2-r2.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{9..11} ) inherit cmake distutils-r1 toolchain-funcs DESCRIPTION="disassembly/disassembler framework + bindings" -HOMEPAGE="http://www.capstone-engine.org/" +HOMEPAGE="https://www.capstone-engine.org/" SRC_URI="https://github.com/capstone-engine/capstone/archive/${PV/_rc/-rc}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" diff --git a/dev-libs/capstone/capstone-5.0_rc2-r2.ebuild b/dev-libs/capstone/capstone-5.0_rc2-r2.ebuild index 145967865032..fe79e806cfad 100644 --- a/dev-libs/capstone/capstone-5.0_rc2-r2.ebuild +++ b/dev-libs/capstone/capstone-5.0_rc2-r2.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{9..11} ) inherit cmake distutils-r1 toolchain-funcs DESCRIPTION="disassembly/disassembler framework + bindings" -HOMEPAGE="http://www.capstone-engine.org/" +HOMEPAGE="https://www.capstone-engine.org/" SRC_URI="https://github.com/capstone-engine/capstone/archive/${PV/_rc/-rc}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" diff --git a/dev-libs/capstone/capstone-9999.ebuild b/dev-libs/capstone/capstone-9999.ebuild index 4adc4be2a941..259fa40dbb50 100644 --- a/dev-libs/capstone/capstone-9999.ebuild +++ b/dev-libs/capstone/capstone-9999.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{9..11} ) inherit cmake distutils-r1 toolchain-funcs DESCRIPTION="disassembly/disassembler framework + bindings" -HOMEPAGE="http://www.capstone-engine.org/" +HOMEPAGE="https://www.capstone-engine.org/" if [[ ${PV} == 9999 ]]; then inherit git-r3 |