Browse Source

[tinc] Update to tinc 1.0.25

Saverio Proto 10 years ago
parent
commit
695b595012
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      net/tinc/Makefile

+ 3
- 3
net/tinc/Makefile View File

@@ -8,12 +8,12 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=tinc
11
-PKG_VERSION:=1.0.24
12
-PKG_RELEASE:=2
11
+PKG_VERSION:=1.0.25
12
+PKG_RELEASE:=1
13 13
 
14 14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15 15
 PKG_SOURCE_URL:=http://www.tinc-vpn.org/packages
16
-PKG_MD5SUM:=14a91eb2e85bdc0451a815612521b708
16
+PKG_MD5SUM:=0b91b693f7cf76f481b547d0c86f9578
17 17
 
18 18
 PKG_INSTALL:=1
19 19