Skip to content

Commit

Permalink
gsmartcontrol 1.1.0
Browse files Browse the repository at this point in the history
Closes #17805.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
  • Loading branch information
ilovezfs committed Sep 10, 2017
1 parent 7c818b4 commit f9f3567
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/gsmartcontrol.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Gsmartcontrol < Formula
desc "Graphical user interface for smartctl"
homepage "https://gsmartcontrol.sourceforge.io"
url "https://downloads.sourceforge.net/project/gsmartcontrol/1.0.2/gsmartcontrol-1.0.2.tar.bz2"
sha256 "4f70451c359d95edc974498b860696b698f19b187340dc7207b4b38cbaf5e207"
url "https://downloads.sourceforge.net/project/gsmartcontrol/1.1.0/gsmartcontrol-1.1.0.tar.bz2"
sha256 "90c9ead852255f5e1a74a3ff6c265d1cbcba19ad2fc77059c60737c13a3cd2c8"

bottle do
sha256 "18bedc9f4a86e87ecffb2b849af5987de60d70e1fe7a8acdce8f44f2119ee5d7" => :sierra
Expand All @@ -26,6 +26,6 @@ def install
end

test do
system "#{bin}/gsmartcontrol", "--version"
system "#{sbin}/gsmartcontrol", "--version"
end
end

0 comments on commit f9f3567

Please sign in to comment.