xap/ugene: Upgraded to ugene-1.11.5.

slackware-14.2
Damien Goutte-Gattat 2013-06-02 16:15:37 +02:00
parent 67fb05879d
commit 1cec73f4ce
3 changed files with 3 additions and 3 deletions

View File

@ -1 +0,0 @@
3a2ce67e78cdb5a963bc0f4608cb7908bacd4847 ugene-1.11.3.tar.gz

View File

@ -0,0 +1 @@
b3640129b2048941edaadf2ca9416f37b5f2a48b ugene-1.11.5.tar.gz

View File

@ -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}