Update smartsvn from 14.1.1 to 14.1.2 (#118840)

* Update smartsvn from 14.1.1 to 14.1.2

* Update smartsvn.rb
This commit is contained in:
Miccal Matthews 2022-02-08 09:34:28 +08:00 committed by GitHub
parent 39903669fc
commit c618c00e5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
cask "smartsvn" do
version "14.1.1"
sha256 "bd60c98f8e92eff0d8d8c196bc54fef8d9e3dbda2d20861971643095d3817457"
version "14.1.2"
sha256 "f0573d0dce28257df5331d4adf24a576f87c0ec619a1bb533901f905c1746a60"
url "https://www.smartsvn.com/downloads/smartsvn/smartsvn-macosx-#{version.dots_to_underscores}.dmg"
name "SmartSVN"
@ -9,7 +9,7 @@ cask "smartsvn" do
livecheck do
url "https://www.smartsvn.com/documents/smartsvn/changelog.txt"
regex(/SmartSVN\s+(\d+(?:\.\d+)*)/i)
regex(/SmartSVN\s+v?(\d+(?:\.\d+)+)/i)
end
depends_on macos: ">= :el_capitan"