diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2024-04-12 22:57:06 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-13 22:03:54 +0700 |
commit | f761774af3be0a47aa93139d526c7c1f389c27fa (patch) | |
tree | 3e3113746f3f897c783b02328d7a169e5b602eb5 /network/wpa-cute | |
parent | 7777549eab8181e3d1d3f9bdad715e67519dcb21 (diff) |
network/wpa-cute: Updated for version 0.8.5.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/wpa-cute')
-rw-r--r-- | network/wpa-cute/wpa-cute.SlackBuild | 4 | ||||
-rw-r--r-- | network/wpa-cute/wpa-cute.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/network/wpa-cute/wpa-cute.SlackBuild b/network/wpa-cute/wpa-cute.SlackBuild index c7538d1f9e19..0eef3b9316a7 100644 --- a/network/wpa-cute/wpa-cute.SlackBuild +++ b/network/wpa-cute/wpa-cute.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for wpa-cute -# Copyright 2022, Alexander Verbovetsky, Moscow, Russia +# Copyright 2022-2024, Alexander Verbovetsky, Moscow, Russia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=wpa-cute -VERSION=${VERSION:-0.8.3} +VERSION=${VERSION:-0.8.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/wpa-cute/wpa-cute.info b/network/wpa-cute/wpa-cute.info index f847352ab3b4..1604f7ae3169 100644 --- a/network/wpa-cute/wpa-cute.info +++ b/network/wpa-cute/wpa-cute.info @@ -1,8 +1,8 @@ PRGNAM="wpa-cute" -VERSION="0.8.3" +VERSION="0.8.5" HOMEPAGE="https://github.com/loh-tar/wpa-cute" -DOWNLOAD="https://github.com/loh-tar/wpa-cute/archive/v0.8.3/wpa-cute-0.8.3.tar.gz" -MD5SUM="3cb74285e2c6dc15733b1f194d63f67a" +DOWNLOAD="https://github.com/loh-tar/wpa-cute/archive/v0.8.5/wpa-cute-0.8.5.tar.gz" +MD5SUM="f5a1827d37d89df5fc190c8b3264bde1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |