ruby-narray: Added git master branch (#19817)

This commit is contained in:
Amjad Kotobi 2020-11-09 20:04:22 +01:00 committed by GitHub
parent 740cc4058b
commit 04fdcbed09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,9 @@ class RubyNarray(RubyPackage):
homepage = "https://masa16.github.io/narray/" homepage = "https://masa16.github.io/narray/"
url = "https://github.com/ruby-numo/numo-narray/archive/v0.9.1.8.tar.gz" url = "https://github.com/ruby-numo/numo-narray/archive/v0.9.1.8.tar.gz"
git = "https://github.com/ruby-numo/numo-narray.git"
version('master', branch='master')
version('0.9.1.8', sha256='48814c6ebf2c4846fcf6cfd2705a15a97a608960c1676cb6c7b5c9254b0dd51b') version('0.9.1.8', sha256='48814c6ebf2c4846fcf6cfd2705a15a97a608960c1676cb6c7b5c9254b0dd51b')
depends_on('ruby@2.2:2.999', type=('build', 'run')) depends_on('ruby@2.2:2.999', type=('build', 'run'))