Raise revision number
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Github repository
|
||||||
|
MODULE="XML::Parser"
|
||||||
|
|
||||||
|
# Get version using the MetaCPAN Rest API
|
||||||
|
VERSION=$(curl -s -L https://fastapi.metacpan.org/download_url/"$MODULE" | jq -r '.version')
|
||||||
|
|
||||||
|
echo "$VERSION"
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
name: perl-xml-parser
|
name: perl-xml-parser
|
||||||
description: A perl module for parsing xml documents
|
description: A perl module for parsing xml documents
|
||||||
version: 2.47
|
version: 2.47
|
||||||
revision: 3
|
revision: 4
|
||||||
url: https://github.com/chorny/XML-Parser
|
url: https://github.com/chorny/XML-Parser
|
||||||
license: GPL,PerlArtistic
|
license: GPL,PerlArtistic
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
Reference in New Issue
Block a user