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>
This commit is contained in:
parent
7777549eab
commit
f761774af3
|
@ -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}
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue