diff options
| author | Teddy Wing | 2018-03-01 00:09:49 +0100 | 
|---|---|---|
| committer | Teddy Wing | 2018-03-01 00:09:49 +0100 | 
| commit | ae9528d34a2b9df1b8c6ff47f5985e4a747833f8 (patch) | |
| tree | 1baa96f9ed11d06b779fe5eecf475970d867d443 /Homebrew/harvester.rb | |
| parent | 267cff0c1bd1d7a57c82e3ef442f26a0968bceb9 (diff) | |
| download | harvester-master.tar.bz2 | |
Diffstat (limited to 'Homebrew/harvester.rb')
| -rw-r--r-- | Homebrew/harvester.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Homebrew/harvester.rb b/Homebrew/harvester.rb index aec2023..c5213dd 100644 --- a/Homebrew/harvester.rb +++ b/Homebrew/harvester.rb @@ -1,8 +1,8 @@  class Harvester < Formula    desc "A program that wraps 'hcl' to interact with Harvest with a Timetasker-like interface"    homepage "https://github.com/teddywing/harvester" -  url "https://github.com/teddywing/harvester/archive/v0.1.0.tar.gz" -  sha256 "76faa9c83480a792fd4889bd95f930674898bff1037a0cfbeb31a1e9b9c23b10" +  url "https://github.com/teddywing/harvester/archive/v0.2.0.tar.gz" +  sha256 "50533a5d61a6363581bb0cd5856ec7f7175ae60933001e761fa96520b4aed897"    def install      bin.install "harvester" | 
