if [[ $QTRACTOR_VCS == y ]]; then
depends autoconf &&
diff --git a/audio-creation/qtractor/DETAILS b/audio-creation/qtractor/DETAILS
index 338479b..3788f8f 100755
--- a/audio-creation/qtractor/DETAILS
+++ b/audio-creation/qtractor/DETAILS
@@ -11,11 +11,11 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-cvs"
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
else
- VERSION=0.4.3
+ VERSION=0.9.4
+
SOURCE_HASH=sha512:697e8f0b02658823bad2f75557340250349779c3eb1ce0efd1c30895524f9807b030d44149d9d25fd92a92f0822441d3c3236953d909b6ecfc9a18fa3ec1fbab
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:0c1b7dca08bd123dacd16f1d9e51b0b72e30d29c29a2e9675018ee2ef14dd3c1b33681460b5cf624b814292d0e5c276e50115de3112c27e87274ac5b45702d85
+ SOURCE_URL[0]=https://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
fi
WEB_SITE=http://qtractor.sf.net
ENTERED=20090518
@@ -24,7 +24,7 @@ fi
SHORT="Audio/MIDI multi-track sequencer for the home studio"
cat << EOF
Qtractor is an Audio/MIDI multi-track sequencer application written in C++
-with the Qt4 framework. Target platform is Linux, where the Jack Audio
+with the Qt framework. Target platform is Linux, where the Jack Audio
Connection Kit (JACK) for audio, and the Advanced Linux Sound Architecture
(ALSA) for MIDI, are the main infrastructures to evolve as a fairly-featured
Linux desktop audio workstation GUI, specially dedicated to the personal
diff --git a/audio-creation/qtractor/HISTORY b/audio-creation/qtractor/HISTORY
index a2694a6..ff99b15 100644
--- a/audio-creation/qtractor/HISTORY
+++ b/audio-creation/qtractor/HISTORY
@@ -1,3 +1,11 @@
+2019-02-08 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.9.4
+
+2016-08-02 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.7.8
+ * DEPENDS BUILD: now qt5 based
+ * INSTALL: deleted
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)