From b2670e879b6661eb26a518fa31146feecd7abb7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 07:24:40 +0000 Subject: [PATCH] chore(deps): update dependency knope to v0.14.0 --- .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 d740166..6c96f36 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/v0.13.4 + run: curl -o source.tgz https://codeload.github.com/knope-dev/knope/tar.gz/refs/tags/v0.14.0 - 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 2a8e170..c1ddf6a 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/v0.13.4.tar.gz" + url "https://github.com/knope-dev/knope/archive/refs/tags/v0.14.0.tar.gz" sha256 "29e229af18db0086fafecac562c4872e0bf27f70d00cc4fec9dee10d5512e3c3" license "MIT" head "https://github.com/apollographql/rover.git", branch: "main"