From 3ba8ab55829021903b2af0843bb316eb5c538a97 Mon Sep 17 00:00:00 2001 From: Ben Date: Tue, 25 Jul 2017 01:45:59 -0400 Subject: [PATCH] Add versioning to ZeroNet ('0.5.7') is current The `sha256` and `version` will change but the `URL` currently won't. Unfortunately, I don't see a way to automate versioning as their own versioning is out of date: https://github.com/HelloZeroNet/ZeroNet/tags versus the target URLs on https://zeronet.io/ Though this slightly increases maintainer overhead considering it is a security/privacy app, I think a functioning `sha` is good. --- Casks/zeronet.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/zeronet.rb b/Casks/zeronet.rb index 85b09985f2041..ddb094bb17791 100644 --- a/Casks/zeronet.rb +++ b/Casks/zeronet.rb @@ -1,6 +1,6 @@ cask 'zeronet' do - version :latest - sha256 :no_check + version '0.5.7' + sha256 'beac83a1299415a90d58b680c0f466337d527337d9214b96e188fcc8ce733d8f' # github.com/HelloZeroNet/ZeroNet-mac was verified as official when first introduced to the cask url 'https://github.com/HelloZeroNet/ZeroNet-mac/archive/dist/ZeroNet-mac.zip'