From b8c1413192d042b7dd5f5caa7c833e16b827bf98 Mon Sep 17 00:00:00 2001
From: Santiago Rodriguez <santi@trisquel.info>
Date: Mon, 4 May 2015 19:42:53 +0000
Subject: [PATCH] darkice: use $UPSTREAM instead of hardcoded version

---
 helpers/make-darkice | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helpers/make-darkice b/helpers/make-darkice
index 2bc3b00d..590c05dc 100644
--- a/helpers/make-darkice
+++ b/helpers/make-darkice
@@ -18,7 +18,7 @@
 #
 
 VERSION=1
-EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu trusty multiverse'
+EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu $UPSTREAM multiverse'
 
 . ./config
 
-- 
GitLab