diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2017-09-01 21:23:42 +0300 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-09-02 10:20:30 +0100 |
commit | 83d0671ac2cd8be9d3b1c802428811f01d9e7b99 (patch) | |
tree | 25b02b4ee574498f4c68a4d0d2f3e43fe3170504 /python/dulwich/dulwich.SlackBuild | |
parent | 7338176397cd912379c37797a95648603a690744 (diff) | |
download | slackbuilds-83d0671ac2cd8be9d3b1c802428811f01d9e7b99.tar.gz |
python/dulwich: Updated for version 0.18.2.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'python/dulwich/dulwich.SlackBuild')
-rw-r--r-- | python/dulwich/dulwich.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/dulwich/dulwich.SlackBuild b/python/dulwich/dulwich.SlackBuild index df1c0ef712..0959144a68 100644 --- a/python/dulwich/dulwich.SlackBuild +++ b/python/dulwich/dulwich.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=dulwich -VERSION=${VERSION:-0.17.3} +VERSION=${VERSION:-0.18.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -40,7 +40,7 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -set -eu +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT |