Browse Source

lxc: bump to 1.0.6

Signed-off-by: Luka Perkov <luka@openwrt.org>
lilik-openwrt-22.03
Luka Perkov 10 years ago
committed by Luka Perkov
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 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=lxc PKG_NAME:=lxc
PKG_VERSION:=1.0.5
PKG_RELEASE:=2
PKG_VERSION:=1.0.6
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://linuxcontainers.org/downloads/ PKG_SOURCE_URL:=http://linuxcontainers.org/downloads/
PKG_MD5SUM:=9d9af9e9e69a831cd50b58d91c786013
PKG_MD5SUM:=4aad3aee84b42faa194e44091d723a3b
PKG_BUILD_DEPENDS:=lua PKG_BUILD_DEPENDS:=lua
PKG_BUILD_PARALLEL:=1 PKG_BUILD_PARALLEL:=1


Loading…
Cancel
Save