summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Severo2016-05-09 15:04:31 -0300
committerLucas Severo2016-05-09 15:04:31 -0300
commitd1b833c8f9a250ba5875941c09351d6a906bf5e7 (patch)
treeea506d5f2c8af84451e7059117334cdca8566ea4
parent57d571faff44580d05a0f92a06b8e532bb917e9f (diff)
downloadaur-holodev.tar.gz
0.8 version bump
Signed-off-by: Lucas Severo <lucassalves65@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32091e84aab5..9f950728d692 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = holodev
pkgdesc = A tool to facilitate the creation of Linux Containers for developing Debian systems
- pkgver = 0.5
+ pkgver = 0.8
pkgrel = 2
url = http://joenio.me/desenvolvendo-noosfero-usando-containers-lxc/
install = holodev.install
@@ -17,8 +17,8 @@ pkgbase = holodev
depends = sudo
depends = bash-completion
conflicts = holodev-git
- source = https://github.com/lappis-tools/holodev/archive/0.5.tar.gz
- sha256sums = 4357fd42465df5ddc4cec141da57ebae15b364628de85e2bcd02b1b54856dfdd
+ source = https://github.com/lappis-tools/holodev/archive/0.8.tar.gz
+ sha256sums = 5b93e823512b8e3d71f1618efb363bf3c8591f0bea9d07b465e39eb6ca678103
pkgname = holodev
diff --git a/PKGBUILD b/PKGBUILD
index 04ec20104a8a..0301f239ac3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lucas Severo <lucassalves65@gmail.com>
pkgname=holodev
-pkgver=0.5
+pkgver=0.8
pkgrel=2
pkgdesc="A tool to facilitate the creation of Linux Containers for developing Debian systems"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('GPL')
depends=('dmidecode' 'bridge-utils' 'libvirt' 'debootstrap' 'lxc' 'dnsmasq' 'ebtables' 'sudo' 'bash-completion')
conflicts=('holodev-git')
source=("https://github.com/lappis-tools/holodev/archive/$pkgver.tar.gz")
-sha256sums=('4357fd42465df5ddc4cec141da57ebae15b364628de85e2bcd02b1b54856dfdd')
+sha256sums=('5b93e823512b8e3d71f1618efb363bf3c8591f0bea9d07b465e39eb6ca678103')
install="holodev.install"
package() {