From 9f1b205381a06853fadb90c17e973e6c8f44ba10 Mon Sep 17 00:00:00 2001 From: "Smithsonian National Museum of African American History and Culture (NMAAHC)" Date: Mon, 20 Mar 2017 17:16:07 -0400 Subject: [PATCH 1/2] added migratelto to install --- ltopers.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/ltopers.rb b/ltopers.rb index c12ae52..31b29e7 100644 --- a/ltopers.rb +++ b/ltopers.rb @@ -21,5 +21,6 @@ def install bin.install "ingestschemas" bin.install "searchlto" bin.install "ingestcollectionchecksum" + bin.install "migratelto" end end From 6221ef0f643a3744685a9ba320898d4e8cfb18ae Mon Sep 17 00:00:00 2001 From: Reto Kromer Date: Fri, 24 Mar 2017 08:53:20 +0100 Subject: [PATCH 2/2] v0.1.12 --- ltopers.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ltopers.rb b/ltopers.rb index 31b29e7..56ed6bf 100644 --- a/ltopers.rb +++ b/ltopers.rb @@ -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' @@ -21,6 +21,6 @@ def install bin.install "ingestschemas" bin.install "searchlto" bin.install "ingestcollectionchecksum" - bin.install "migratelto" + bin.install "readlto" end end