fix uri.https (111 cases)

This commit is contained in:
2019-12-02 21:21:36 +01:00
parent 51d716bd33
commit eed3273132
177 changed files with 223 additions and 222 deletions

View File

@@ -1,5 +1,5 @@
DIST twilio-6.19.1.tar.gz 482956 BLAKE2B 361b8a03253ad6e4ff0399264ecef16b8f7d975ea40c4e4867a3a13d15fbf6a4f3c9f445b6795b72c8825e122ef4cbd7c068a4bd3157b42a3d71b0051995cf6f SHA512 2460ddba0af11da10f9efbb985aa9a0d05fe12053145b29d4b7ba2b330f7b95629acb10b73b1e4e736853955dcd21f82c44ffb08e75cfad35818518c777c3c38
DIST twilio-6.32.0.tar.gz 541911 BLAKE2B 0863ae0c9c200d45ffc88bc95f0d98a872a08ee783720ee76a0d94e4dfa7c5748ca6d51db0c960c1616a28fd911696f7dfbed15571d68e8ecd1c853168fe257c SHA512 7e0f63a2397a81bc19a839aadb28645446e15f97575dfce4145dc44920ce51f542d346b475c941564c024ba529c2362cff0192a936a4215745916f27a4455ebc
EBUILD twilio-6.19.1.ebuild 758 BLAKE2B ff7e10d82b84e36d88748a1c1f294b02354e3bf2793b777a8cf919efe774d8922d32918a1fda23cccb76bbb4158938021722a3ab39953e4de14db7da1066a993 SHA512 e97942c5d6d56a538ade10b1c9beded1d26ae4c778402254e731dc2c6dce6ff517fc014e2c25f1d389ff2411dd16e682aab1f29ba0c68aaf81d154bfbb9272db
EBUILD twilio-6.32.0.ebuild 758 BLAKE2B ff7e10d82b84e36d88748a1c1f294b02354e3bf2793b777a8cf919efe774d8922d32918a1fda23cccb76bbb4158938021722a3ab39953e4de14db7da1066a993 SHA512 e97942c5d6d56a538ade10b1c9beded1d26ae4c778402254e731dc2c6dce6ff517fc014e2c25f1d389ff2411dd16e682aab1f29ba0c68aaf81d154bfbb9272db
EBUILD twilio-6.19.1.ebuild 759 BLAKE2B 0fccb67a48fa1ae59edfff20445a7ef18be698d8e9c46d6575c64a27a134ceef45c0f8085cadb7c54d8b014635c5e5fe6c8a1a04162bf38286b879953548729d SHA512 e2a9f60512880d9b49ee3d2bd0a4021d37877c41944c38c2f7669d036c6b28bc89321961259a2e079d2dfd342a8a573cb7d55c6bdb16d8ea435c9fdfd2a46dbb
EBUILD twilio-6.32.0.ebuild 759 BLAKE2B 0fccb67a48fa1ae59edfff20445a7ef18be698d8e9c46d6575c64a27a134ceef45c0f8085cadb7c54d8b014635c5e5fe6c8a1a04162bf38286b879953548729d SHA512 e2a9f60512880d9b49ee3d2bd0a4021d37877c41944c38c2f7669d036c6b28bc89321961259a2e079d2dfd342a8a573cb7d55c6bdb16d8ea435c9fdfd2a46dbb
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af

View File

@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{5,6,7} )
inherit distutils-r1 vcs-snapshot
DESCRIPTION="Helper library for the Twilio API"
HOMEPAGE="https://github.com/twilio/twilio-python http://www.twilio.com/docs/python/install"
HOMEPAGE="https://github.com/twilio/twilio-python https://www.twilio.com/docs/python/install"
SRC_URI="https://github.com/twilio/${PN}-python/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"

View File

@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{5,6,7} )
inherit distutils-r1 vcs-snapshot
DESCRIPTION="Helper library for the Twilio API"
HOMEPAGE="https://github.com/twilio/twilio-python http://www.twilio.com/docs/python/install"
HOMEPAGE="https://github.com/twilio/twilio-python https://www.twilio.com/docs/python/install"
SRC_URI="https://github.com/twilio/${PN}-python/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"