diff options
author | Barry J. Grundy <bgrundy@linuxleo.com> | 2023-08-04 19:56:02 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-05 10:08:49 +0700 |
commit | a5d51295386d0a300fa32e9e11ada7869c4896c9 (patch) | |
tree | ea6d584523b46f3648a5067baea80628b48d285d /python | |
parent | 950af1e9399b8f19ded1acddee93c0a2fdccb4ac (diff) |
python/dpkt: Updated for version 1.9.8.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/dpkt/dpkt.SlackBuild | 6 | ||||
-rw-r--r-- | python/dpkt/dpkt.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/dpkt/dpkt.SlackBuild b/python/dpkt/dpkt.SlackBuild index b83144c3a9a9..d28097e89750 100644 --- a/python/dpkt/dpkt.SlackBuild +++ b/python/dpkt/dpkt.SlackBuild @@ -24,12 +24,12 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# Updated for version 1.9.7.2 by Barry Grundy - May 2022 +# Updated for version 1.9.8 by bgrundy@linuxleo.com, Aug 2023 cd $(dirname $0) ; CWD=$(pwd) PRGNAM=dpkt -VERSION=${VERSION:-1.9.7.2} +VERSION=${VERSION:-1.9.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -89,7 +89,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION +cp -a LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/python/dpkt/dpkt.info b/python/dpkt/dpkt.info index f484c5f84764..0b4f70cc8cb3 100644 --- a/python/dpkt/dpkt.info +++ b/python/dpkt/dpkt.info @@ -1,8 +1,8 @@ PRGNAM="dpkt" -VERSION="1.9.7.2" +VERSION="1.9.8" HOMEPAGE="https://github.com/kbandla/dpkt" -DOWNLOAD="https://github.com/kbandla/dpkt/archive/v1.9.7.2/dpkt-1.9.7.2.tar.gz" -MD5SUM="8f9bf3f16c01cae99223ae71117022fb" +DOWNLOAD="https://github.com/kbandla/dpkt/archive/v1.9.8/dpkt-1.9.8.tar.gz" +MD5SUM="a6181ab596fa35635931d78d084771a3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |