Compare commits

...
4 Commits
Author SHA1 Message Date
EnumDev 6657224e2d Switch to new package format 2026-06-13 20:00:50 +03:00
EnumDev 53418ac729 Update package version to 2.59 2026-06-01 14:42:39 +03:00
EnumDev 9c5c4e4936 Update package version to 2.58 2026-04-26 16:17:25 +03:00
EnumDev 48f70b63a0 Update package version to 2.57 2026-04-20 12:19:21 +03:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
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.56" version: "2.59"
revision: 2 revision: 2
url: https://github.com/chorny/XML-Parser url: https://github.com/chorny/XML-Parser
license: GPL,PerlArtistic license: GPL,PerlArtistic
@@ -17,4 +17,4 @@ downloads:
- url: https://cpan.metacpan.org/authors/id/T/TO/TODDR/XML-Parser-${BPM_PKG_VERSION}.tar.gz - url: https://cpan.metacpan.org/authors/id/T/TO/TODDR/XML-Parser-${BPM_PKG_VERSION}.tar.gz
extract_to: ${BPM_SOURCE} extract_to: ${BPM_SOURCE}
extract_strip_components: 1 extract_strip_components: 1
checksum: a78bfcd3834fde7411acee2f5fcd74deeecfbaa8cee86f16c33c42dde2fd8fff checksum: a358fd7c49f5e27717a644a9102bd21dc7fc25a415983279c59b1580e2b62a58
+1 -1
View File
@@ -1,4 +1,4 @@
# This is the source.sh script. It is executed by BPM in a temporary directory when compiling a source package # This is the recipe.sh script. It is executed by BPM in a temporary directory when compiling a source package
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE # BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT # BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT