Browse Source

Update radsecproxy package to v1.6.6.

Toke Høiland-Jørgensen 10 years ago
parent
commit
f05378ec6d
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      net/radsecproxy/Makefile

+ 3
- 3
net/radsecproxy/Makefile View File

8
 include $(TOPDIR)/rules.mk
8
 include $(TOPDIR)/rules.mk
9
 
9
 
10
 PKG_NAME:=radsecproxy
10
 PKG_NAME:=radsecproxy
11
-PKG_VERSION:=1.6.5
11
+PKG_VERSION:=1.6.6
12
 PKG_RELEASE:=1
12
 PKG_RELEASE:=1
13
 
13
 
14
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
14
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
15
 PKG_SOURCE_URL:=http://software.uninett.no/radsecproxy/
15
 PKG_SOURCE_URL:=http://software.uninett.no/radsecproxy/
16
-PKG_MD5SUM:=f74f82a7ae2cdf2b1d9d271a5c360617
16
+PKG_MD5SUM:=8270b2a9d7cb1dcf30ddd677f3e7ac5f
17
 
17
 
18
 PKG_INSTALL:=1
18
 PKG_INSTALL:=1
19
 
19