Skip to content

Commit

Permalink
fix: fix the checksum (#220)
Browse files Browse the repository at this point in the history
* feat: update documentation

* fix: fix the checksum

* fix: update version
  • Loading branch information
jmuelbert authored Apr 29, 2023
1 parent 80e21ff commit 48fa4ad
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Formula/qtifw.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ class Qtifw < Formula
desc "Qt Installer Framework Installer"
homepage "https://doc.qt.io/qtinstallerframework/"
url "https://download.qt.io/official_releases/qt-installer-framework/4.5.2/installer-framework-opensource-src-4.5.2.tar.xz"
sha256 "602417a0a2ada5cada8f5b6ad5a160390198b68b46a3721022b7370a971b040a" # DevSkim: ignore DS173237
sha256 "f815a1a230963f0fe7c3c2b0a9b559d5d7cadbaa4404ff8a2bd6c6eb74d89aca" # DevSkim: ignore DS173237
version_scheme 1

head "https://code.qt.io/cgit/installer-framework/installer-framework.git/"

depends_on "xz" => :build
depends_on "qt@5"

version = "4.5.2"
version = "4.5.2-1"

def install
Dir.glob("**/*.pro") do |f|
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
[![Deploy Astro site to Pages][ghpages_action_badge]][ghpages_action]
[![GitHub license][github_license_badge]][euplv1.2_license]

The QT Installer Framework V4.5.1 for Homebrew
The QT Installer Framework V4.5.2 for Homebrew
**Update from 4.5.1 to 4.5.2**

## Install

Expand Down
3 changes: 3 additions & 0 deletions docs/src/content/docs/en/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ description: 'Docs intro'

**Welcome to homebrew-qtifw!**

The QT Installer Framework V4.5.2 for Homebrew.
***Update from 4.5.1 to 4.5.2***

**_Installation Instructions_**

- Open the terminal
Expand Down

0 comments on commit 48fa4ad

Please sign in to comment.