mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-17 09:10:08 +02:00
slixmpp: bump version.
This commit is contained in:
@@ -11,7 +11,7 @@ LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/poezio/slixmpp/archive/slix-$portVersion.tar.gz"
|
||||
SOURCE_DIR="slixmpp-slix-$portVersion"
|
||||
CHECKSUM_SHA256="805fdd89bd3c005e2270e1805ed11d12e045705c11bd649aeae39a9efd75af81"
|
||||
CHECKSUM_SHA256="4e6f799c1351103da9fda7f07f284cd857342e1e21e31ca53c2d1cce2b57f835"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
|
||||
@@ -26,8 +26,8 @@ BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
PYTHON_PACKAGES=(python3)
|
||||
PYTHON_VERSIONS=(3.6)
|
||||
PYTHON_PACKAGES=(python36 python3)
|
||||
PYTHON_VERSIONS=(3.6 3.7)
|
||||
for i in "${!PYTHON_PACKAGES[@]}"; do
|
||||
pythonPackage=${PYTHON_PACKAGES[i]}
|
||||
pythonVersion=${PYTHON_VERSIONS[$i]}
|
||||
Reference in New Issue
Block a user