aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2020-03-13 01:30:51 +0100
committerTeddy Wing2020-03-13 01:30:51 +0100
commitcd1ad653aebc8a4bac2e065358762f465e4032e7 (patch)
tree5c559c304b7750bb632f403fa37f3c6bbe660a20
parent5eb5da31959c5f98d3f99d60aede5cacd9b318f3 (diff)
downloadhomebrew-formulae-cd1ad653aebc8a4bac2e065358762f465e4032e7.tar.bz2
git-branch-list 0.1.4
-rw-r--r--HomebrewFormula/git-branch-list.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/HomebrewFormula/git-branch-list.rb b/HomebrewFormula/git-branch-list.rb
index 58b79bd..bd2ee2a 100644
--- a/HomebrewFormula/git-branch-list.rb
+++ b/HomebrewFormula/git-branch-list.rb
@@ -5,8 +5,8 @@
class GitBranchList < Formula
desc "Maintains a list of Git branches that can be checked out quickly"
homepage "https://github.com/teddywing/git-branch-list"
- url "https://github.com/teddywing/git-branch-list/archive/v0.1.3.tar.gz"
- sha256 "18de5f4c8cb3147dc881b2bd9a69e378634debcbe5ef5a6fdf9fb7e1a9e94147"
+ url "https://github.com/teddywing/git-branch-list/archive/v0.1.4.tar.gz"
+ sha256 "58d4089b58fce6e7cc9f43c8f733e181d744515235b7ef6a59ade5921af8b407"
def install
bin.install "git-branch-list"