Skip to content

Commit

Permalink
use github for source_urls and switch to version 0.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
SethosII committed Jul 26, 2021
1 parent d5b94b9 commit 490ad57
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
easyblock = 'MakeCp'

name = 'gffread'
version = '0.12.6'
version = '0.12.7'

homepage = 'https://ccb.jhu.edu/software/stringtie/gff.shtml#gffread'
description = """GFF/GTF parsing utility providing format conversions,
Expand All @@ -11,9 +11,9 @@ region filtering, FASTA sequence extraction and more."""
toolchain = {'name': 'GCC', 'version': '10.3.0'}
toolchainopts = {'pic': True}

source_urls = ['https://ccb.jhu.edu/software/stringtie/dl/']
source_urls = ['https://github.com/gpertea/%(namelower)s/releases/download/v%(version)s/']
sources = [SOURCE_TAR_GZ]
checksums = ['1c558151f668d6f6fa20be9abb42ad224889855681f6e816b0ad681d85a5ce1b']
checksums = ['bfde1c857495e578f5b3af3c007a9aa40593e69450eafcc6a42c3e8ef08ed1f5']

buildopts = " release"

Expand Down

0 comments on commit 490ad57

Please sign in to comment.