Browse Source

glpk: update to 4.57

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
lilik-openwrt-22.03
Daniel Golle 9 years ago
parent
commit
fe6f27c3bd
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libs/glpk/Makefile

+ 2
- 2
libs/glpk/Makefile View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=glpk
PKG_VERSION:=4.55
PKG_VERSION:=4.57
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
PKG_MD5SUM:=c632a7a631b8aed02e28eafcd99477f
PKG_MD5SUM:=237531a54f73155842f8defe51aedb0f
PKG_LICENSE:=GPL-3.0
PKG_LICENSE_FILES:=COPYING


Loading…
Cancel
Save