orthomcl: new package (#5345)

Add orthocml package and fix mariadb url
This commit is contained in:
Audrey Thoma
2017-09-20 17:12:52 -05:00
committed by scheibelp
parent 5267681abe
commit 393fc3261e
2 changed files with 51 additions and 2 deletions

View File

@@ -33,11 +33,11 @@ class Mariadb(CMakePackage):
tools make it very versatile for a wide variety of use cases."""
homepage = "https://mariadb.org/about/"
url = "https://downloads.mariadb.org/f/mariadb-10.1.23/source/mariadb-10.1.23.tar.gz"
url = "http://ftp.hosteurope.de/mirror/archive.mariadb.org/mariadb-10.2.8/source/mariadb-10.2.8.tar.gz"
version('10.2.8', 'f93cbd5bfde3c0d082994764ff7db580')
version('10.1.23', '1a7392cc05c7c249acd4495022719ca8')
version('5.5.56', '8bc7772fea3e11b0bc1a09d2278e2e32')
# old versions, do not fetch under given url anymore
version('10.1.14', '294925531e0fd2f0461e3894496a5adc')
version('5.5.49', '67b5a499a5f158b2a586e6e3bfb4f304')