From 5fabdc241f5492b696c67de56d49b34a629d00af Mon Sep 17 00:00:00 2001 From: Nathan Robinson Date: Sat, 24 Mar 2018 16:40:40 -0400 Subject: [PATCH] [skip ci] at 16:40 of 2018-03-24 --- po | 6 +++--- po.rb | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/po b/po index 5a2e029..99d490d 100755 --- a/po +++ b/po @@ -30,14 +30,14 @@ # along with this program. If not, see . #### Common functions -source "po-common" +source "/usr/local/share/po-common" #### OS dependent features if [[ "$(uname -s)" == "Linux" ]]; then - source "po-linux" + source "/usr/local/share/po-linux" else - source "po-mac" + source "/usr/local/share/po-mac" fi #### Parse arguments diff --git a/po.rb b/po.rb index 4a56818..7f02f08 100644 --- a/po.rb +++ b/po.rb @@ -20,7 +20,7 @@ class NewPo < Formula homepage 'https://po-util.com' head 'https://github.com/nrobinson2000/homebrew-NewPo', :using => :git url 'https://github.com/nrobinson2000/po/archive/0.0.1.tar.gz' - sha256 '11d84c65be5cf00943db8c8aea3828966578406356ff90685fcfaef0072c2dce' + sha256 '7e0af06f74270a4d0f7010f7fcde66b44269577b94b79819764e94432ab821c5' def install bin.install 'po'