diff --git a/dev-util/cram/cram-0.7.recipe b/dev-util/cram/cram-0.7.recipe index b933c5ad8..8382e8910 100644 --- a/dev-util/cram/cram-0.7.recipe +++ b/dev-util/cram/cram-0.7.recipe @@ -6,7 +6,7 @@ the command's actual output." HOMEPAGE="https://bitheap.org/cram/" COPYRIGHT="2010-2016 Rafael G. Martins" LICENSE="GNU GPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://bitheap.org/cram/cram-$portVersion.tar.gz" CHECKSUM_SHA256="7da7445af2ce15b90aad5ec4792f857cef5786d71f14377e9eb994d8b8337f2f" @@ -24,7 +24,7 @@ BUILD_REQUIRES=" " PYTHON_PACKAGES=(python python3) -PYTHON_VERSIONS=(2.7 3.6) +PYTHON_VERSIONS=(2.7 3.7) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]}