Skip to content

Commit

Permalink
fix: renovate comment on sls file
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Feb 22, 2024
1 parent daa3a24 commit c869f45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sift/packages/powershell.sls
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# renovate: datasource=github-release-attachments depName=Powershell/Powershell
{%- set version = "7.4.1" -%}
{# renovate: datasource=github-release-attachments depName=Powershell/Powershell #}
{%- set version = "v7.4.1" -%}
{%- set hash = "625B7EE0B71147421723CB6022A41B5D8FC0D6E19DF25B1240008EE491BF6997" -%}
{%- set filename = "powershell_{{ version }}-1.deb_amd64.deb" -%}
{%- set base_url = "https://github.com/Powershell/Powershell/releases/download/v" -%}
{%- set filename = "powershell_{{ version | replace('v', '') }}-1.deb_amd64.deb" -%}
{%- set base_url = "https://github.com/Powershell/Powershell/releases/download/" -%}

include:
- sift.packages.libicu
Expand Down

0 comments on commit c869f45

Please sign in to comment.