Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
sshrc 0.6
Browse files Browse the repository at this point in the history
Closes #50453.

Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
  • Loading branch information
wenerme authored and dunn committed Mar 28, 2016
1 parent eb65953 commit 9d99ebc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Library/Formula/sshrc.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
class Sshrc < Formula
desc "Bring your .bashrc, .vimrc, etc. with you when you SSH"
homepage "https://github.com/Russell91/sshrc"
url "https://github.com/Russell91/sshrc/archive/0.5.tar.gz"
sha256 "4592df6fc2987adbbce84dbe305d9b769f7177a545122295629ce2fb61ecbba3"
url "https://github.com/Russell91/sshrc/archive/0.6.tar.gz"
sha256 "3ef0da05883921632b6faed391672080bfffc7efd238be4d128ef1b23c62949b"

head "https://github.com/Russell91/sshrc.git"

bottle :unneeded

def install
bin.install "sshrc"
bin.install %w[sshrc moshrc]
end

test do
Expand Down

0 comments on commit 9d99ebc

Please sign in to comment.