diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-04-14 19:26:57 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-04-14 19:26:57 +0000 |
commit | 802e22e316b94b30ced547276cbc9fcdded42561 (patch) | |
tree | f81c8663c42dcbc3666d0f78ec01fdb8c0537158 /trunk | |
parent | 6182a7b0f8f7901656d65ade5dffd65fa363a03f (diff) | |
download | simplepkg-802e22e316b94b30ced547276cbc9fcdded42561.tar.gz simplepkg-802e22e316b94b30ced547276cbc9fcdded42561.tar.bz2 |
simplepkg 0.5pre18
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@344 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk')
-rw-r--r-- | trunk/doc/CHANGELOG | 25 | ||||
-rwxr-xr-x | trunk/simplepkg.SlackBuild | 2 |
2 files changed, 4 insertions, 23 deletions
diff --git a/trunk/doc/CHANGELOG b/trunk/doc/CHANGELOG index cfaa5d2..ad62068 100644 --- a/trunk/doc/CHANGELOG +++ b/trunk/doc/CHANGELOG @@ -1,29 +1,10 @@ simplepkg changelog =================== -0.5pre17 -======== - - - createpkg, lspkg, jail-commit: - - bugfixes - -0.5pre16 -======== - - - doinst.sh: - - small fix - -0.5pre15 -======== - - - simplaret: - - small bugfix - - - common.sh: - - small bugfix +0.5pre15-18 +=========== - - mkbuild: - - some changes + - bugfixes 0.5pre14 ======== diff --git a/trunk/simplepkg.SlackBuild b/trunk/simplepkg.SlackBuild index fdc8a7f..e373fd9 100755 --- a/trunk/simplepkg.SlackBuild +++ b/trunk/simplepkg.SlackBuild @@ -6,7 +6,7 @@ PACKAGE="simplepkg" PACK_DIR="package-$PACKAGE" BUILD=${BUILD:=1rha} -VERSION="0.5pre17" +VERSION="0.5pre18" ARCH="noarch" LIBEXEC="/usr/libexec/$PACKAGE" BINDIR="/usr/bin" |