diff options
-rw-r--r-- | development/hub/hub.SlackBuild | 2 | ||||
-rw-r--r-- | development/hub/hub.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/hub/hub.SlackBuild b/development/hub/hub.SlackBuild index 10c0258693..f6f130783c 100644 --- a/development/hub/hub.SlackBuild +++ b/development/hub/hub.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=hub -VERSION=${VERSION:-2.2.0} +VERSION=${VERSION:-2.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/hub/hub.info b/development/hub/hub.info index 024ac76d00..3eff293bc4 100644 --- a/development/hub/hub.info +++ b/development/hub/hub.info @@ -1,8 +1,8 @@ PRGNAM="hub" -VERSION="2.2.0" +VERSION="2.2.1" HOMEPAGE="https://github.com/github/hub" -DOWNLOAD="https://github.com/github/hub/archive/v2.2.0.tar.gz" -MD5SUM="eddce830a079b8480f104aa7496f46fe" +DOWNLOAD="https://github.com/github/hub/archive/v2.2.1.tar.gz" +MD5SUM="889a31ee9d10ae9cb333480d8dbe881f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="google-go-lang" |