Browse Source

Merge pull request #503 from Shulyaka/master

python-dns: fixed URL
lilik-openwrt-22.03
sbyx 10 years ago
parent
commit
a6d9375c84
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
PKG_NAME:=dnspython
PKG_RELEASE:=1
PKG_SOURCE_URL:=http://www.dnspython.org/kits/$(PKG_VERSION)
PKG_VERSION:=1.12.0
PKG_SOURCE_URL:=http://www.dnspython.org/kits/$(PKG_VERSION)
PKG_MD5SUM:=3f2601ef3c8b77fc6d21a9c77a81efeb
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_MAINTAINER:=Denis Shulyaka <Shulyaka@gmail.com>


Loading…
Cancel
Save