diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2017-02-24 23:40:08 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-24 23:40:08 +0700 |
commit | c8f8dad836722ea727c731f03ffabc689738d868 (patch) | |
tree | 9a14144c42389ed0ad939701305517e5782a444a /development/monodevelop/monodevelop.SlackBuild | |
parent | fb4061df4a9e4f9f3b8d0616ad2f60cdd03826ea (diff) |
development/monodevelop: Updated for version 6.2.0.1821.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/monodevelop/monodevelop.SlackBuild')
-rw-r--r-- | development/monodevelop/monodevelop.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/development/monodevelop/monodevelop.SlackBuild b/development/monodevelop/monodevelop.SlackBuild index 5858983cd298..7398c9e13ce3 100644 --- a/development/monodevelop/monodevelop.SlackBuild +++ b/development/monodevelop/monodevelop.SlackBuild @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=monodevelop -VERSION=${VERSION:-6.1.3.19} +VERSION=${VERSION:-6.2.0.1821} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -78,6 +78,7 @@ pushd main --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ + --enable-release \ --enable-git \ --disable-update-mimedb \ --disable-update-desktopdb |