Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Commit

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

class Gcredstash < Formula
VERSION = '0.2.8'
VERSION = '0.2.9'

homepage 'https://github.com/winebarrel/gcredstash'
url "https://github.com/winebarrel/gcredstash/releases/download/v#{VERSION}/gcredstash-v#{VERSION}-darwin-amd64.gz"
sha256 '83a6186072d85aa9efd4b384885b612a595a7573961babef981ec7d490572b64'
sha256 '8d5fa90ac6b0cd0fc8c927ff11b7ce340439e1e82aad7bb7e08fd145f51edacb'
version VERSION
head 'https://github.com/winebarrel/gcredstash.git', :branch => 'master'

Expand Down

0 comments on commit 3afcceb

Please sign in to comment.