Diff ocaml-sha-1.15.1 with a ocaml-sha-1.15.2
| /usr/portage/dev-ml/ocaml-sha/ocaml-sha-1.15.2.ebuild 2023-10-09 14:52:29.796368358 +0300 | ||
|---|---|---|
| 1 | # Copyright 1999-2021 Gentoo Authors | |
| 1 | # Copyright 1999-2022 Gentoo Authors | |
| 2 | 2 | # Distributed under the terms of the GNU General Public License v2 | 
| 3 | 3 | |
| 4 | EAPI=7 | |
| 4 | EAPI=8 | |
| 5 | 5 | |
| 6 | DUNE_PKG_NAME="sha" | |
| 6 | DUNE_PKG_NAME=sha | |
| 7 | 7 | |
| 8 | 8 | inherit dune | 
| 9 | 9 | |
| 10 | 10 | DESCRIPTION="Binding to the SHA cryptographic functions" | 
| 11 | HOMEPAGE="https://github.com/djs55/ocaml-sha" | |
| 12 | SRC_URI="https://github.com/djs55/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" | |
| 11 | HOMEPAGE="https://github.com/djs55/ocaml-sha/" | |
| 12 | SRC_URI="https://github.com/djs55/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" | |
| 13 | 13 | |
| 14 | 14 | LICENSE="ISC" | 
| 15 | 15 | SLOT="0/${PV}" | 
