Corrected package version in debian.sh

This commit is contained in:
Mayank Gupta
2017-03-15 23:31:53 +05:30
parent c44e9ecfed
commit 56f4c14318

View File

@@ -1,7 +1,7 @@
#!/bin/bash
TYPE="debian" # can be one of 'slackware', 'debian', 'rpm'
PROGRAM_NAME="ccextractor"
VERSION="0.84"
VERSION="0.85"
RELEASE="1"
LICENSE="GPL-2.0"
MAINTAINER="carlos@ccextractor.org"
@@ -20,7 +20,6 @@ then
fi
fi
mkdir -p ../linux/objs
(cd ..; ./autogen.sh; ./configure; make; sudo checkinstall \
-y \