mii: add v1.0.4 (#21754)

mii: 1.0.3 and 1.0.2 is deprecated, and v1.0.4 can replace them safely
This commit is contained in:
darmac 2021-03-10 22:22:21 +08:00 committed by GitHub
parent fc15f85986
commit df92f73c72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,10 +16,9 @@ class Mii(MakefilePackage):
on the homepage for more information."""
homepage = "https://github.com/codeandkey/mii"
url = "https://github.com/codeandkey/mii/archive/1.0.2.tar.gz"
url = "https://github.com/codeandkey/mii/archive/v1.0.4.tar.gz"
version('1.0.3', sha256='9b5a0e4e0961cf848677ed61b4f6c03e6a443f8592ed668d1afea302314b47a8')
version('1.0.2', sha256='1c2c86ec37779ecd3821c30ce5b6dd19be4ec1813da41832d49ff3dcf615e22d')
version('1.0.4', sha256='3c4e7e6e8c21969da8dade05fecab35be61f2bb82d75eeaf19db8cc97f8058b5')
def setup_build_environment(self, env):
env.set('PREFIX', self.prefix)