mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
python/python3-aiohttp-socks: Updated for version 0.7.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8ad025e9c2
commit
fd0da431dd
2 changed files with 6 additions and 6 deletions
|
@ -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}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-aiohttp-socks"
|
||||
VERSION="0.6.0"
|
||||
VERSION="0.7.1"
|
||||
HOMEPAGE="https://github.com/romis2012/aiohttp-socks/"
|
||||
DOWNLOAD="https://github.com/romis2012/aiohttp-socks/archive/v0.6.0/aiohttp-socks-0.6.0.tar.gz"
|
||||
MD5SUM="ab40f2a1e38ec0d43fdbd1267389afb3"
|
||||
DOWNLOAD="https://github.com/romis2012/aiohttp-socks/archive/v0.7.1/aiohttp-socks-0.7.1.tar.gz"
|
||||
MD5SUM="9db1441e54a75faf8ded2004e325e2b7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-aiohttp python-socks"
|
||||
|
|
Loading…
Reference in a new issue