Skip to content

Commit

Permalink
dev-python/cypari2: update SRC_URI
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwifb committed Oct 19, 2023
1 parent 8c39339 commit e05e9ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-python/cypari2/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
DIST cypari2-2.1.3.tar.gz 127289 BLAKE2B 0347b5d661fd7411b8f39f054df224f13949164d1ca681a36a2cdab8541dc205b8f252c29b27ad328d78ea29028a70c0d00c743ee55c3e49377d0c7f46c874cf SHA512 eb8b60af578f6234af3cc65e13270365516a2e3a750183474cbc8990aaf4ac448d27f1508c0b47b42ac3fb11f8387ea821e6a29d4d866587ec835d49dc087687
DIST cypari2-2.1.4.tar.gz 127038 BLAKE2B 0d4998841a9a630ea062d7096845771a9a250ed66b68f99988ded6442724559089e8dbbce13ef5c6ad467705c65b2ac9fc5889fa9c40b9665083af558280b81a SHA512 b5926281037aebb899c1a433a0ca106cdfafcb8cb7abb863268ff8151dbc52ee21dbe1d09dde632de1640a4cc4d37f59bebb0e379d61ac2fbdf9fffcf3ba4775
DIST cypari2-2.1.4.gh.tar.gz 127038 BLAKE2B 0d4998841a9a630ea062d7096845771a9a250ed66b68f99988ded6442724559089e8dbbce13ef5c6ad467705c65b2ac9fc5889fa9c40b9665083af558280b81a SHA512 b5926281037aebb899c1a433a0ca106cdfafcb8cb7abb863268ff8151dbc52ee21dbe1d09dde632de1640a4cc4d37f59bebb0e379d61ac2fbdf9fffcf3ba4775
2 changes: 1 addition & 1 deletion dev-python/cypari2/cypari2-2.1.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ inherit distutils-r1

DESCRIPTION="A Python interface to the number theory library libpari"
HOMEPAGE="https://github.com/sagemath/cypari2"
SRC_URI="https://github.com/sagemath/${PN}/releases/download/${PV}/${P}.tar.gz"
SRC_URI="https://github.com/sagemath/${PN}/releases/download/${PV}/${P}.tar.gz -> ${P}.gh.tar.gz"

LICENSE="GPL-2+"
SLOT="0"
Expand Down

0 comments on commit e05e9ca

Please sign in to comment.