Browse Source

python-dns: fixed URL

Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
Denis Shulyaka 10 years ago
parent
commit
f155f1490c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lang/python-dns/Makefile

+ 1
- 1
lang/python-dns/Makefile View File

@@ -9,8 +9,8 @@ include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=dnspython
11 11
 PKG_RELEASE:=1
12
-PKG_SOURCE_URL:=http://www.dnspython.org/kits/$(PKG_VERSION)
13 12
 PKG_VERSION:=1.12.0
13
+PKG_SOURCE_URL:=http://www.dnspython.org/kits/$(PKG_VERSION)
14 14
 PKG_MD5SUM:=3f2601ef3c8b77fc6d21a9c77a81efeb
15 15
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
16 16
 PKG_MAINTAINER:=Denis Shulyaka <Shulyaka@gmail.com>