diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-02-06 00:31:31 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-07 08:24:49 +0700 |
commit | fd0da431dd789fcb92ea494ec96cb068c8c832e7 (patch) | |
tree | 3f322cbf55861845c1af0ea330b65e6fa703a111 /python/python3-aiohttp-socks/python3-aiohttp-socks.SlackBuild | |
parent | 8ad025e9c2615c7a86c3415c82cd9268420d0131 (diff) | |
download | slackbuilds-fd0da431dd789fcb92ea494ec96cb068c8c832e7.tar.gz slackbuilds-fd0da431dd789fcb92ea494ec96cb068c8c832e7.tar.xz |
python/python3-aiohttp-socks: Updated for version 0.7.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-aiohttp-socks/python3-aiohttp-socks.SlackBuild')
-rw-r--r-- | python/python3-aiohttp-socks/python3-aiohttp-socks.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/python3-aiohttp-socks/python3-aiohttp-socks.SlackBuild b/python/python3-aiohttp-socks/python3-aiohttp-socks.SlackBuild index 626e680ed1..11eed7c2a4 100644 --- a/python/python3-aiohttp-socks/python3-aiohttp-socks.SlackBuild +++ b/python/python3-aiohttp-socks/python3-aiohttp-socks.SlackBuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh # Slackware build script for python3-aiohttp-socks -# Copyright 2019-2021 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2019-2022 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-aiohttp-socks -VERSION=${VERSION:-0.6.0} +VERSION=${VERSION:-0.7.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |