Update package version to 1.6.50
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Sourceforge project
|
||||||
|
REPO="libpng"
|
||||||
|
|
||||||
|
# Get version using best_release.json
|
||||||
|
VERSION=$(curl -s -L https://sourceforge.net/projects/"$REPO"/best_release.json | jq '.platform_releases.linux.filename' | cut -d'/' -f3)
|
||||||
|
|
||||||
|
echo "$VERSION"
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
name: libpng
|
name: libpng
|
||||||
description: PNG formatted image file manipulation library
|
description: PNG formatted image file manipulation library
|
||||||
version: 1.6.47
|
version: 1.6.50
|
||||||
url: http://www.libpng.org/pub/png/libpng.html
|
url: http://www.libpng.org/pub/png/libpng.html
|
||||||
license: custom
|
license: custom
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
Reference in New Issue
Block a user