Compare commits

..
4 Commits
Author SHA1 Message Date
EnumDev 1aa96fbbd4 Update package version to 0.5.13.5 2026-09-04 15:56:38 +03:00
EnumDev eb1b09141a Switch to new package format 2026-06-13 19:59:02 +03:00
EnumDev df83ff5184 Update package version to 0.5.13.4 2026-05-17 16:18:30 +03:00
EnumDev 80cf1938a8 Update package version to 0.5.13.3 2026-04-20 12:19:10 +03:00
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
name: dash
description: POSIX-compliant implementation of /bin/sh that aims to be as small as possible
version: 0.5.13.2
revision: 2
version: 0.5.13.5
revision: 1
url: http://gondor.apana.org.au/~herbert/dash/
license: BSD-3-Clause
maintainers:
@@ -17,4 +17,4 @@ downloads:
- url: https://git.kernel.org/pub/scm/utils/dash/dash.git/snapshot/dash-${BPM_PKG_VERSION}.tar.gz
extract_to: ${BPM_SOURCE}
extract_strip_components: 1
checksum: ce88391bd79c71d9e182b005e69ebb11829e61ed6953276a086dad43701ac594
checksum: 53622e51df0fd7a2950552cfe0da0bee9bfc1510784e752b62eacc49b3776d33
+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 output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT