Sfoglia il codice sorgente

libgd: update to v2.1.1

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Jo-Philipp Wich 10 anni fa
parent
commit
c190d68ff8
1 ha cambiato i file con 6 aggiunte e 5 eliminazioni
  1. 6
    5
      libs/libgd/Makefile

+ 6
- 5
libs/libgd/Makefile Vedi File

@@ -8,12 +8,12 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=libgd
11
-PKG_VERSION:=2.1.0
12
-PKG_RELEASE:=2
11
+PKG_VERSION:=2.1.1
12
+PKG_RELEASE:=1
13 13
 
14
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
15
-PKG_SOURCE_URL:=https://bitbucket.org/libgd/gd-libgd/downloads
16
-PKG_MD5SUM:=03588159bf4faab9079849c8d709acc6
14
+PKG_SOURCE:=gd-$(PKG_VERSION).tar.gz
15
+PKG_SOURCE_URL:=https://github.com/libgd/libgd/archive
16
+PKG_MD5SUM:=e91a1a99903e460e7ba00a794e72cc1e
17 17
 PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
18 18
 PKG_LICENSE:=MIT
19 19
 
@@ -21,6 +21,7 @@ PKG_FIXUP:=autoreconf
21 21
 
22 22
 PKG_INSTALL:=1
23 23
 PKG_BUILD_PARALLEL:=1
24
+PKG_BUILD_DIR:=$(BUILD_DIR)/libgd-gd-$(PKG_VERSION)
24 25
 
25 26
 include $(INCLUDE_DIR)/package.mk
26 27