Compare commits

...
5 Commits
Author SHA1 Message Date
EnumDev c78a0f3430 Update package version to 2026.4 2026-09-04 15:57:59 +03:00
EnumDev e2ba6ae329 Update package version to 2026.2 2026-07-08 13:33:35 +03:00
EnumDev bd4eecb876 Switch to new package format 2026-06-13 20:00:43 +03:00
EnumDev 04e639c918 Update package version to 2026.1 2026-04-20 12:19:20 +03:00
EnumDev 8230f15567 Update .gitignore 2026-02-24 12:45:56 +02:00
3 changed files with 9 additions and 4 deletions
+3
View File
@@ -0,0 +1,3 @@
# Ignore BPM archives and signatures
*.bpm
*.bpm.sig
+5 -3
View File
@@ -1,9 +1,11 @@
name: ostree name: ostree
description: Operating system and container binary deployment and upgrades description: Operating system and container binary deployment and upgrades
version: "2025.7" version: "2026.4"
revision: 3 revision: 1
url: https://github.com/ostreedev/ostree url: https://github.com/ostreedev/ostree
license: LGPL2-or-later license: LGPL2-or-later
maintainers:
- [email protected]
architecture: any architecture: any
type: source type: source
depends: depends:
@@ -33,4 +35,4 @@ downloads:
- url: https://github.com/ostreedev/ostree/releases/download/v${BPM_PKG_VERSION}/libostree-${BPM_PKG_VERSION}.tar.xz - url: https://github.com/ostreedev/ostree/releases/download/v${BPM_PKG_VERSION}/libostree-${BPM_PKG_VERSION}.tar.xz
extract_to: ${BPM_SOURCE} extract_to: ${BPM_SOURCE}
extract_strip_components: 1 extract_strip_components: 1
checksum: af8d080b9585e7fd1faba8f022967e1c268ae62e20ecf32ee7b364c1e307570b checksum: b26c9016eb03bb4ee52cc00c642d56e00fc79ae7faac6bf4aa317d7451339ef7
+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