archi-steam-farm 2.1.6.8

This commit is contained in:
Oleg Kostyaev 2016-11-21 13:19:32 +03:00 committed by Andrew Janke
parent e50e03324d
commit c06e7f7d6b

View file

@ -1,9 +1,9 @@
class ArchiSteamFarm < Formula
desc "ASF is a C# application that allows you to farm steam cards"
homepage "https://github.com/JustArchi/ArchiSteamFarm"
url "https://github.com/JustArchi/ArchiSteamFarm/releases/download/2.1.6.7/ASF.zip"
version "2.1.6.7"
sha256 "b09ccbe5df66bf7b771476f84ff760e2fb8f614cc3bb5b29c4bee6cdd3d7c6c4"
version "2.1.6.8"
url "https://github.com/JustArchi/ArchiSteamFarm/releases/download/#{version}/ASF.zip"
sha256 "c0e7f4efdbaa51acb3b64ad0c41383de752dda26db5ad990761ff088d80544c7"
bottle do
cellar :any_skip_relocation
@ -25,6 +25,11 @@ class ArchiSteamFarm < Formula
libexec.install_symlink etc/"asf" => "config"
end
def caveats; <<-EOS.undent
Config: #{etc}/asf/
EOS
end
test do
assert_match "ASF V#{version}", shell_output("#{bin}/asf --client")
end