maraschino: update to maraschino-c4e7467, prepare for release

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-02-09 10:16:46 +01:00
parent e395a47944
commit dd5a5db465
3 changed files with 6 additions and 3 deletions

View File

@ -1,2 +1,5 @@
2.0.2
- update to maraschino-c4e7467
0.99.1 0.99.1
- initial version maraschino-923de4c - initial version maraschino-923de4c

View File

@ -19,12 +19,12 @@
################################################################################ ################################################################################
PKG_NAME="maraschino" PKG_NAME="maraschino"
PKG_VERSION="923de4c" PKG_VERSION="c4e7467"
PKG_REV="1" PKG_REV="2"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="OSS" PKG_LICENSE="OSS"
PKG_SITE="http://www.maraschinoproject.com/" PKG_SITE="http://www.maraschinoproject.com/"
PKG_URL="https://dl.dropbox.com/u/9676785/$PKG_NAME-$PKG_VERSION.tar.gz" PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_DEPENDS="Python" PKG_DEPENDS="Python"
PKG_BUILD_DEPENDS="toolchain Python CherryPy" PKG_BUILD_DEPENDS="toolchain Python CherryPy"
PKG_PRIORITY="optional" PKG_PRIORITY="optional"