python/distorm: Updated for version 3.4.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
661ddbe83b
commit
e0cbc33bc6
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for distorm
|
||||
# Copyright 2014-2016 Barry Grundy <bgrundy[at]linuxleo.com>
|
||||
# Copyright 2014-2019 Barry Grundy <bgrundy[at]linuxleo.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -21,10 +21,10 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#
|
||||
# Updated v3.3.4 August 2016, Barry J. Grundy.
|
||||
# Updated v3.4.1 March 2019
|
||||
|
||||
PRGNAM=distorm
|
||||
VERSION=${VERSION:-3.3.4}
|
||||
VERSION=${VERSION:-3.4.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="distorm"
|
||||
VERSION="3.3.4"
|
||||
VERSION="3.4.1"
|
||||
HOMEPAGE="https://github.com/gdabah/distorm"
|
||||
DOWNLOAD="https://github.com/gdabah/distorm/archive/v3.3.4/distorm-3.3.4.tar.gz"
|
||||
MD5SUM="22624d1537ffa85d14a5d5b3e699636d"
|
||||
DOWNLOAD="https://github.com/gdabah/distorm/archive/v3.4.1/distorm-3.4.1.tar.gz"
|
||||
MD5SUM="f7a0c999e70bda01ded3f45f5ac827d4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue