mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-10 05:40:07 +02:00
aiohttp-socks: bump version
This commit is contained in:
@@ -5,8 +5,8 @@ HOMEPAGE="https://github.com/romis2012/aiohttp-socks"
|
||||
COPYRIGHT="2018-2020 Santiago Torres"
|
||||
LICENSE="Apache v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/romis2012/aiohttp-socks/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="904412395b947aa03717f2a88fd14973b4aaef7a9b1e2d0d49495831caab8965"
|
||||
SOURCE_URI="https://github.com/romis2012/aiohttp-socks/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="7d3fc71f6c992d134cc1ebdfecb2cb2531a06fba529b38d8120a1085372563d6"
|
||||
SOURCE_DIR="aiohttp-socks-$portVersion"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
@@ -22,8 +22,8 @@ BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
PYTHON_PACKAGES=(python36 python3)
|
||||
PYTHON_VERSIONS=(3.6 3.7)
|
||||
PYTHON_PACKAGES=(python3 python38 python39)
|
||||
PYTHON_VERSIONS=(3.7 3.8 3.9)
|
||||
for i in "${!PYTHON_PACKAGES[@]}"; do
|
||||
pythonPackage=${PYTHON_PACKAGES[i]}
|
||||
pythonVersion=${PYTHON_VERSIONS[$i]}
|
||||
Reference in New Issue
Block a user