From 2f18805cae39c0f0660bffa21c3e76af49b4649b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 05:02:01 +0000 Subject: [PATCH] chore(deps): update dependency knope to v0.18.3 --- .github/workflows/update-formula.yml | 2 +- Formula/knope.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"