Update package version to 7.1.2_0
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Github repository
|
||||||
|
REPO="ImageMagick/ImageMagick"
|
||||||
|
|
||||||
|
# Get tag name using Github Rest API
|
||||||
|
TAG_NAME=$(curl -s -L -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" https://api.github.com/repos/"$REPO"/releases/latest | jq -r '.tag_name')
|
||||||
|
|
||||||
|
# Replace '-' with '_'
|
||||||
|
VERSION=$(echo "$TAG_NAME" | tr '-' '_')
|
||||||
|
|
||||||
|
echo "$VERSION"
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
name: imagemagick
|
name: imagemagick
|
||||||
description: FOSS software used for editing and manipulating digital images
|
description: FOSS software used for editing and manipulating digital images
|
||||||
version: 7.1.1_28
|
version: 7.1.2_0
|
||||||
url: https://imagemagick.org/index.php
|
url: https://imagemagick.org/index.php
|
||||||
license: custom
|
license: custom
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
Reference in New Issue
Block a user