Browse Source

lxc: bump to 1.0.6

Signed-off-by: Luka Perkov <luka@openwrt.org>
Luka Perkov 10 years ago
parent
commit
151c7cc386
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      utils/lxc/Makefile

+ 3
- 3
utils/lxc/Makefile View File

@@ -8,12 +8,12 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=lxc
11
-PKG_VERSION:=1.0.5
12
-PKG_RELEASE:=2
11
+PKG_VERSION:=1.0.6
12
+PKG_RELEASE:=1
13 13
 
14 14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15 15
 PKG_SOURCE_URL:=http://linuxcontainers.org/downloads/
16
-PKG_MD5SUM:=9d9af9e9e69a831cd50b58d91c786013
16
+PKG_MD5SUM:=4aad3aee84b42faa194e44091d723a3b
17 17
 
18 18
 PKG_BUILD_DEPENDS:=lua
19 19
 PKG_BUILD_PARALLEL:=1