diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-11-27 23:58:26 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-11-28 00:13:34 +0100 |
commit | 57aaaf4b289de17113c21b5dd890b5b6e7cbe6c7 (patch) | |
tree | 63cbe9328c4cc05a270dc8572f3e0731aa333430 /sci-mathematics/spin | |
parent | dev-ada/e3-core: add python deps (diff) | |
download | gentoo-57aaaf4b289de17113c21b5dd890b5b6e7cbe6c7.tar.gz gentoo-57aaaf4b289de17113c21b5dd890b5b6e7cbe6c7.tar.bz2 gentoo-57aaaf4b289de17113c21b5dd890b5b6e7cbe6c7.zip |
sci-mathematics/spin: add 6.5.2, drop 6.5.1
Somehow I completely missed that version in spite of it having been
released only days after 6.5.1.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'sci-mathematics/spin')
-rw-r--r-- | sci-mathematics/spin/Manifest | 2 | ||||
-rw-r--r-- | sci-mathematics/spin/files/spin-6.5.2-makefile.patch (renamed from sci-mathematics/spin/files/spin-6.5.1-makefile.patch) | 0 | ||||
-rw-r--r-- | sci-mathematics/spin/spin-6.5.2.ebuild (renamed from sci-mathematics/spin/spin-6.5.1.ebuild) | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/spin/Manifest b/sci-mathematics/spin/Manifest index 7d7819414878..66e08a82b3ea 100644 --- a/sci-mathematics/spin/Manifest +++ b/sci-mathematics/spin/Manifest @@ -1 +1 @@ -DIST spin-6.5.1.tar.gz 6084723 BLAKE2B d7aa384b1cd06aafafd67908d55a96edf312181ca85f656d4ce3e4d0384f73ef7b36279b22f836bd59e2c3421edbc4e397d651d194cdaa5b3b56a5d1b53c414b SHA512 e852d4a5ba92d58350dc1624e6d204e918e31dd22ce4bf15275390d56a679fee29f0fb662de0a00f7c303b7287357c5a4c11a01ebd178712a9229aa830393a93 +DIST spin-6.5.2.tar.gz 6084903 BLAKE2B a075043c55609de5860c3a428d356a9618a4062667e06d92797e1fb87cb4c805ac90ac580c7d9dfac1d5be1dda4c7f9c9f72927826b921c23710a858adb3eb4d SHA512 ff1d378076995fa5a8b66dd31d19d8bad6296b968183180251d267c926c20775edda927a31f466199e01231f6233c3a5166fd51ec44b02d570070e857d8ba7f9 diff --git a/sci-mathematics/spin/files/spin-6.5.1-makefile.patch b/sci-mathematics/spin/files/spin-6.5.2-makefile.patch index 545f6d10f973..545f6d10f973 100644 --- a/sci-mathematics/spin/files/spin-6.5.1-makefile.patch +++ b/sci-mathematics/spin/files/spin-6.5.2-makefile.patch diff --git a/sci-mathematics/spin/spin-6.5.1.ebuild b/sci-mathematics/spin/spin-6.5.2.ebuild index 1206c808b0f5..5e4110e9abeb 100644 --- a/sci-mathematics/spin/spin-6.5.1.ebuild +++ b/sci-mathematics/spin/spin-6.5.2.ebuild @@ -26,7 +26,7 @@ RDEPEND="sys-devel/gcc BDEPEND="virtual/yacc" PATCHES=( - "${FILESDIR}"/${PN}-6.5.1-makefile.patch + "${FILESDIR}"/${PN}-6.5.2-makefile.patch ) S="${WORKDIR}"/${MY_P}/Src |