diff options
author | aprygunkov <aprygunkov@1f1dca69-5516-0410-b834-e485effd04c3> | 2014-01-02 21:41:30 +0000 |
---|---|---|
committer | aprygunkov <aprygunkov@1f1dca69-5516-0410-b834-e485effd04c3> | 2014-01-02 21:41:30 +0000 |
commit | f903942c09b2bde7a4d32a08091dfe9ad459f835 (patch) | |
tree | 197414aa7b6fa95c5469660dab28fc70c2b80d6d | |
parent | 0a9fca5286ee103b660ca152f67bae8f64e669a2 (diff) |
nzbget: 11.0 -> 12.0
git-svn-id: http://svn.nslu2-linux.org/svnroot/optware/trunk@13120 1f1dca69-5516-0410-b834-e485effd04c3
-rw-r--r-- | make/nzbget.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/nzbget.mk b/make/nzbget.mk index 2bc907b7..15a07aa0 100644 --- a/make/nzbget.mk +++ b/make/nzbget.mk @@ -21,7 +21,7 @@ # "NSLU2 Linux" other developers will feel free to edit. # NZBGET_SITE=http://$(SOURCEFORGE_MIRROR)/sourceforge/nzbget -NZBGET_VERSION=11.0 +NZBGET_VERSION=12.0 NZBGET_SOURCE=nzbget-$(NZBGET_VERSION).tar.gz NZBGET_DIR=nzbget-$(NZBGET_VERSION) NZBGET_UNZIP=zcat |