Skip to content

Commit

Permalink
Merge pull request #28 from NMAAHC/master
Browse files Browse the repository at this point in the history
add `readlto` to ltopers.rb
  • Loading branch information
retokromer authored Mar 24, 2017
2 parents e089a7e + 6221ef0 commit e98119c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ltopers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

class Ltopers < Formula
homepage 'https://github.com/amiaopensource/ltopers'
url 'https://github.com/amiaopensource/ltopers/archive/v0.1.11.tar.gz'
sha256 'e0ba8a59ea0523bfd3920f1fc524563f7daa1d86ecffd9bbef116dc51d59fa6a'
url 'https://github.com/amiaopensource/ltopers/archive/v0.1.12.tar.gz'
sha256 'c2f355eed18f398174eb4e14eb4ec99e58cd18ae02191813d3ea0b6b82bc3d2d'
head 'git://github.com/amiaopensource/ltopers.git'

depends_on 'coreutils'
Expand All @@ -21,5 +21,6 @@ def install
bin.install "ingestschemas"
bin.install "searchlto"
bin.install "ingestcollectionchecksum"
bin.install "readlto"
end
end

0 comments on commit e98119c

Please sign in to comment.