diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-07-11 19:39:50 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-07-11 19:39:50 +0200 |
commit | 4c6412ecf83a0465531c65b115b0e3ff8d875296 (patch) | |
tree | 04112f0891278bae3265a968bc67d6f2929ae243 /sci-mathematics/fricas | |
parent | dev-ml/dune-site: add 3.9.1 (diff) | |
download | gentoo-4c6412ecf83a0465531c65b115b0e3ff8d875296.tar.gz gentoo-4c6412ecf83a0465531c65b115b0e3ff8d875296.tar.bz2 gentoo-4c6412ecf83a0465531c65b115b0e3ff8d875296.zip |
sci-mathematics/fricas: update HOMEPAGE, SRC_URI
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'sci-mathematics/fricas')
-rw-r--r-- | sci-mathematics/fricas/Manifest | 2 | ||||
-rw-r--r-- | sci-mathematics/fricas/fricas-1.3.9.ebuild | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/sci-mathematics/fricas/Manifest b/sci-mathematics/fricas/Manifest index f880d5c7a0bf..dde68418c933 100644 --- a/sci-mathematics/fricas/Manifest +++ b/sci-mathematics/fricas/Manifest @@ -1,2 +1,2 @@ DIST fricas-1.3.8-full.tar.bz2 10878913 BLAKE2B 214eecd430a2b758a10d985f512f3c79f6b12de35bc29e8f0a3fd296fe871b2e9a6b362060cbeec317dc355bd3c661fcab44087feeaa092fe6afcdebd0fb94a8 SHA512 330554f9dc36b47451195e3dee88fe26a80ab2bf9b6750d651cd53c5ba16b9c9736176936c7c69e699685be25aa62b6a099ed7340913e946a4f5e53579835dbb -DIST fricas-1.3.9.full.tar.bz2 10949173 BLAKE2B c535d2a384fa55db53b6901d3ba5d1cc8eca35ccf67a2664f934da427a808b5adc7a5522b935f5dcff89795c0ca5816818d9cf37399b6f9bdc63cfe4d622a7c3 SHA512 9cfcb8bad52550a46216509154d5c06dac23625bc14d504a1febbea7ff771fd3172f91c2824df51375b8d85adc19959a5cbbfa2b77a0095ca37e8a4d4b8cc405 +DIST fricas-1.3.9-full.tar.bz2 10949173 BLAKE2B c535d2a384fa55db53b6901d3ba5d1cc8eca35ccf67a2664f934da427a808b5adc7a5522b935f5dcff89795c0ca5816818d9cf37399b6f9bdc63cfe4d622a7c3 SHA512 9cfcb8bad52550a46216509154d5c06dac23625bc14d504a1febbea7ff771fd3172f91c2824df51375b8d85adc19959a5cbbfa2b77a0095ca37e8a4d4b8cc405 diff --git a/sci-mathematics/fricas/fricas-1.3.9.ebuild b/sci-mathematics/fricas/fricas-1.3.9.ebuild index e3004457c1e1..7d21f5311d26 100644 --- a/sci-mathematics/fricas/fricas-1.3.9.ebuild +++ b/sci-mathematics/fricas/fricas-1.3.9.ebuild @@ -5,10 +5,11 @@ EAPI=8 inherit elisp-common DESCRIPTION="FriCAS is a fork of Axiom computer algebra system" -HOMEPAGE="http://fricas.sourceforge.net/ +HOMEPAGE="https://fricas.sourceforge.net/ https://github.com/fricas/fricas https://fricas.github.io/" -SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.full.tar.bz2" +SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}-full.tar.bz2" + LICENSE="BSD-2" SLOT="0" KEYWORDS="~amd64 ~x86" |