Browse Source
Merge pull request #5224 from diizzyy/patch-109
libs/libgd: Update to 2.2.5
lilik-openwrt-22.03
Jo-Philipp Wich
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
libs/libgd/Makefile
|
|
@ -8,12 +8,12 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=libgd |
|
|
|
PKG_VERSION:=2.2.4 |
|
|
|
PKG_RELEASE:=2 |
|
|
|
PKG_VERSION:=2.2.5 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz |
|
|
|
PKG_SOURCE_URL:=https://github.com/$(PKG_NAME)/$(PKG_NAME)/releases/download/gd-$(PKG_VERSION)/ |
|
|
|
PKG_HASH:=137f13a7eb93ce72e32ccd7cebdab6874f8cf7ddf31d3a455a68e016ecd9e4e6 |
|
|
|
PKG_HASH:=8c302ccbf467faec732f0741a859eef4ecae22fea2d2ab87467be940842bde51 |
|
|
|
PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io> |
|
|
|
PKG_LICENSE:=MIT |
|
|
|
|
|
|
|