Bug 3457 - alsamixergui: broken URL
Summary: alsamixergui: broken URL
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Outdated package (show other bugs)
Version: 2010.11
Hardware: PC Linux
: P5 major
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-09 16:42 UTC by Hector Oron
Modified: 2011-03-13 20:43 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hector Oron 2011-03-09 16:42:00 UTC
Hello,

  alsamixergui provides a broken URL, a fixed one:


diff -Naur buildroot-2010.11/package/alsamixergui//alsamixergui.mk buildroot-2010.11.fix/package/alsamixergui//alsamixergui.mk
--- buildroot-2010.11/package/alsamixergui//alsamixergui.mk     2010-11-30 15:52:43.000000000 +0000
+++ buildroot-2010.11.fix/package/alsamixergui//alsamixergui.mk 2011-03-09 16:38:53.856006502 +0000
@@ -5,7 +5,7 @@
 #############################################################
 ALSAMIXERGUI_VERSION = 0.9.0rc2-1
 ALSAMIXERGUI_SOURCE = alsamixergui_$(ALSAMIXERGUI_VERSION).orig.tar.gz
-ALSAMIXERGUI_SITE = http://snapshot.debian.net/archive/2008/03/19/debian/pool/main/a/alsamixergui
+ALSAMIXERGUI_SITE = http://snapshot.debian.org/archive/debian/20080319T000000Z/pool/main/a/alsamixergui/
 ALSAMIXERGUI_AUTORECONF = YES
 ALSAMIXERGUI_INSTALL_STAGING = NO
 ALSAMIXERGUI_INSTALL_TARGET = YES


  Best regards,
  -- Hector Oron
Comment 1 Peter Korsgaard 2011-03-13 20:43:00 UTC
Committed, thanks