diff --git a/.github/workflows/update-formula.yml b/.github/workflows/update-formula.yml index 2dc5b8d..530b735 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.0 + run: curl -o source.tgz https://codeload.github.com/knope-dev/knope/tar.gz/refs/tags/knope/v0.18.1 - 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 a071b0b..1acbc44 100644 --- a/Formula/knope.rb +++ b/Formula/knope.rb @@ -1,8 +1,8 @@ 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.0.tar.gz" - sha256 "a22734c96d506979a9e23c6b116c96b74105fdfb241cd0124c8723de18418d17" + url "https://github.com/knope-dev/knope/archive/refs/tags/knope/v0.18.1.tar.gz" + sha256 "16039d98db6d274a58b0069ff371f9bef9e0d5a1761b0fc4f5b350b77bcb975c" license "MIT" head "https://github.com/knope-dev/knope.git", branch: "main"