vimr: switch to `verified` parameter

This commit is contained in:
Markus Reiter 2020-12-12 05:23:10 +01:00
parent 81ea3a7e7a
commit 94361573c5
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ cask "vimr" do
version "0.34.0-355"
sha256 "e4e5db59146993fa01ad9999ff0cab9effe209c6827cf6eabe4a54a92d9f987c"
# github.com/qvacua/vimr/ was verified as official when first introduced to the cask
url "https://github.com/qvacua/vimr/releases/download/v#{version}/VimR-v#{version}.tar.bz2"
url "https://github.com/qvacua/vimr/releases/download/v#{version}/VimR-v#{version}.tar.bz2",
verified: "github.com/qvacua/vimr/"
appcast "https://github.com/qvacua/vimr/releases.atom"
name "VimR"
desc "GUI for the Neovim text editor"