Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
Genki Sugawara committed Oct 11, 2016
1 parent a01e01e commit 73b0948
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions homebrew/cwlogs-tailf.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
require 'formula'

class CwlogsTailf < Formula
VERSION = '0.1.2'
VERSION = '0.1.3'

homepage 'https://github.com/winebarrel/cwlogs-tailf'
url "https://github.com/winebarrel/cwlogs-tailf/releases/download/v#{VERSION}/cwlogs-tailf-v#{VERSION}-darwin-amd64.gz"
sha256 'b0a175ebf6ad93ba70280116249f39176a26af39a7c709b43d34cd45133c723a'
sha256 'e96c6109be64c64e89b3df536b1c6ec57bb4e6268941a354fed9b0ca4b38e24b'
version VERSION
head 'https://github.com/winebarrel/cwlogs-tailf.git', :branch => 'master'

Expand Down

0 comments on commit 73b0948

Please sign in to comment.