xap/ugene: Upgraded to ugene-1.11.5.
parent
67fb05879d
commit
1cec73f4ce
|
@ -1 +0,0 @@
|
|||
3a2ce67e78cdb5a963bc0f4608cb7908bacd4847 ugene-1.11.3.tar.gz
|
|
@ -0,0 +1 @@
|
|||
b3640129b2048941edaadf2ca9416f37b5f2a48b ugene-1.11.5.tar.gz
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
# Build script for Slackware
|
||||
# Copyright (C) 2009,2010,2011,2012 Damien Goutte-Gattat
|
||||
# Copyright (C) 2009,2010,2011,2012,2013 Damien Goutte-Gattat
|
||||
#
|
||||
# Redistribution and use of this script, with or without modifications,
|
||||
# is permitted provided that the following conditions are met:
|
||||
|
@ -26,7 +26,7 @@
|
|||
|
||||
# Source package infos
|
||||
NAMESRC=${NAMESRC:-ugene}
|
||||
VERSION=${VERSION:-1.11.3}
|
||||
VERSION=${VERSION:-1.11.5}
|
||||
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz}
|
||||
WGET=${WGET:-http://ugene.unipro.ru/downloads/$ARCHIVE}
|
||||
|
||||
|
|
Loading…
Reference in New Issue