diff --git a/.github/workflows/update-formula.yml b/.github/workflows/update-formula.yml index 1f6bccd..5e0c417 100644 --- a/.github/workflows/update-formula.yml +++ b/.github/workflows/update-formula.yml @@ -13,7 +13,7 @@ jobs: token: ${{ secrets.PAT }} fetch-depth: 0 - name: Download Knope Source - run: curl -o source.tgz https://codeload.github.com/knope-dev/knope/tar.gz/refs/tags/knope/v0.18.2 + run: curl -o source.tgz https://codeload.github.com/knope-dev/knope/tar.gz/refs/tags/knope/v0.18.3 - name: Get new SHA run: echo "NEW_SHA=$(shasum -a 256 source.tgz | cut -d ' ' -f 1)" >> "$GITHUB_ENV" - name: Update Formula diff --git a/Formula/knope.rb b/Formula/knope.rb index f03a99a..1a669f4 100644 --- a/Formula/knope.rb +++ b/Formula/knope.rb @@ -1,7 +1,7 @@ class Knope < Formula desc "Automate developer tasks, like generating changelogs and updating versions" homepage "https://knope-dev.github.io/knope/" - url "https://github.com/knope-dev/knope/archive/refs/tags/knope/v0.18.2.tar.gz" + url "https://github.com/knope-dev/knope/archive/refs/tags/knope/v0.18.3.tar.gz" sha256 "2d3ec595e7c3c2d6d737ec6fa037b4040aeccc2b37fddf38891a74e0564a764b" license "MIT" head "https://github.com/knope-dev/knope.git", branch: "main"