From e32c2994f0523638c2918c2df8c9100e9305a303 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 02:41:57 +0000 Subject: [PATCH] chore(deps): update dependency knope to v0.13.4 --- .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 072c96f..d740166 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.0 + run: curl -o source.tgz https://codeload.github.com/knope-dev/knope/tar.gz/refs/tags/v0.13.4 - 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 75bcc78..3be5062 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.0.tar.gz" + url "https://github.com/knope-dev/knope/archive/refs/tags/v0.13.4.tar.gz" sha256 "2f5136c38a3386e80325e712069c21984f6fa3aff830b9c40ab9fdaec630f7b2" license "MIT" head "https://github.com/apollographql/rover.git", branch: "main"