Diff ocaml-sha-1.15.2 with a ocaml-sha-1.15.4

/usr/portage/dev-ml/ocaml-sha/ocaml-sha-1.15.4.ebuild 2023-10-09 14:52:29.796368358 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
7 7

  
8 8
inherit dune
9 9

  
10
MYP=sha-${PV}
10 11
DESCRIPTION="Binding to the SHA cryptographic functions"
11 12
HOMEPAGE="https://github.com/djs55/ocaml-sha/"
12
SRC_URI="https://github.com/djs55/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
13
SRC_URI="https://github.com/djs55/${PN}/releases/download/v${PV}/${MYP}.tbz"
13 14

  
14 15
LICENSE="ISC"
15 16
SLOT="0/${PV}"
......
20 21
RDEPEND="dev-ml/stdlib-shims:="
21 22
DEPEND="${RDEPEND}"
22 23
BDEPEND="test? ( dev-ml/ounit2 )"
24

  
25
S="${WORKDIR}"/${MYP}
Thank you!