Skip to content

Commit

Permalink
Update youdaonote from 7.2.3 to 7.2.4 (#142325)
Browse files Browse the repository at this point in the history
* Update youdaonote from 7.2.3 to 7.2.4

* youdaonote: Remove protocol from verified stanza

- According to Homebrew/brew#14717 it's wrong
  to have the protocol in the "verified" part of a Cask URL. So there's
  now an autocorrecting RuboCop for it at
  Homebrew/brew#14886. This fixes the singular
  offense.

---------

Co-authored-by: Issy Long <me@issyl0.co.uk>
  • Loading branch information
p-linnane and issyl0 committed Mar 5, 2023
1 parent 44f1bb1 commit a0772cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Casks/youdaonote.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
cask "youdaonote" do
version "7.2.3"
sha256 "baa9de1426c1648fe8bf232851198c2004fae409e0eb9b750355ffbc25bc97b7"
version "7.2.4"
sha256 "ed5dd35d090760ce9b220db6e4d3d7c8b0ef5e877ca8492afef6ecd2a306c7d1"

url "https://artifact.lx.netease.com/download/ynote-electron/%E6%9C%89%E9%81%93%E4%BA%91%E7%AC%94%E8%AE%B0-#{version}.zip",
user_agent: :fake,
verified: "https://artifact.lx.netease.com/download/ynote-electron/"
verified: "artifact.lx.netease.com/download/ynote-electron/"
name "youdaonote"
name "有道云笔记"
desc "Multi-platform note application"
Expand Down

0 comments on commit a0772cf

Please sign in to comment.