summaryrefslogtreecommitdiffstats
path: root/audio-drivers/libffado
diff options
context:
space:
mode:
authorThomas Orgis2011-09-10 03:28:04 +0200
committerThomas Orgis2011-09-10 03:28:04 +0200
commit579d845aae3dcd894730e37b38245b83eb89d79d (patch)
treeac2bbc246c94cbf82836b7eeb66c4174f88459e5 /audio-drivers/libffado
parent932a26a82f6f3cb8a7aa61e0bf4112e5f4961e80 (diff)
libffado: bump to 2.0.1 (needed to work with current kernels)
Diffstat (limited to 'audio-drivers/libffado')
-rwxr-xr-xaudio-drivers/libffado/DETAILS4
-rw-r--r--audio-drivers/libffado/HISTORY5
2 files changed, 6 insertions, 3 deletions
diff --git a/audio-drivers/libffado/DETAILS b/audio-drivers/libffado/DETAILS
index 3f81f155d7..25fd62989d 100755
--- a/audio-drivers/libffado/DETAILS
+++ b/audio-drivers/libffado/DETAILS
@@ -11,10 +11,10 @@ if [[ "$FFADO_VCS" == y ]]; then
FORCE_DOWNLOAD=1
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
else
- VERSION=2.0.0
+ VERSION=2.0.1
SOURCE="$SPELL-$VERSION.tar.gz"
SOURCE_URL="http://www.ffado.org/files/$SOURCE"
- SOURCE_HASH=sha512:799e8cb8030ed1f0e152d9b0dbc3e450be3d6d0e600b7798c435241266ea416a6ff94ede31dab33eaefccf16c91901576bc3caad4f8616a78ce6449d33edc046
+ SOURCE_HASH=sha512:bf2cf37cda15a79c0e5181da5b992c698e0b3c4c42323650d5c6d82944548994cdaad047e38e82b829bc3afb7bcb1a8f7ec36864d5e554e452bd513fa6fe138b
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
fi
WEB_SITE=http://www.ffado.org
diff --git a/audio-drivers/libffado/HISTORY b/audio-drivers/libffado/HISTORY
index f47a024884..c3d63c2bb5 100644
--- a/audio-drivers/libffado/HISTORY
+++ b/audio-drivers/libffado/HISTORY
@@ -1,8 +1,11 @@
+2011-09-10 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS: Update to release version 2.0.1 (works with juju stack).
+
2011-07-30 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DEPENDS: changed dependency on g++ to dependency on gcc with
sub-depends on CXX (scripted)
-2020-02-08 Thomas Orgis <sobukus@sourcemage.org>
+2010-02-08 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: Update to release version 2.0.0 .
2009-08-01 Thomas Orgis <sobukus@sourcemage.org>