Compare commits

...
6 Commits
Author SHA1 Message Date
EnumDev 80b4a82a60 Update package version to 1.91.3 2026-07-08 13:33:40 +03:00
EnumDev 6ffb069778 Switch to new package format 2026-06-13 20:01:36 +03:00
EnumDev 732f43aead Update package version to 1.91.2 2026-04-05 12:12:49 +03:00
EnumDev 0e6901e1ce Update .gitignore 2026-02-24 12:46:45 +02:00
EnumDev 4fe9fc5211 Update package version to 1.91.1 2026-02-14 15:03:09 +02:00
EnumDev 37b95e191c Update package version to 1.91.0 2025-11-28 15:17:12 +02:00
3 changed files with 9 additions and 6 deletions
+2 -1
View File
@@ -1,2 +1,3 @@
# Exclude bpm archives
# Ignore BPM archives and signatures
*.bpm
*.bpm.sig
+5 -3
View File
@@ -1,9 +1,11 @@
name: upower
description: Abstraction for enumerating power devices, listening to device events and querying history and statistics
version: 1.90.10
revision: 4
version: 1.91.3
revision: 1
url: https://upower.freedesktop.org/
license: GPL2-or-later
maintainers:
- [email protected]
architecture: any
type: source
depends:
@@ -28,4 +30,4 @@ downloads:
- url: https://gitlab.freedesktop.org/upower/upower/-/archive/v${BPM_PKG_VERSION}/upower-v${BPM_PKG_VERSION}.tar.gz
extract_to: ${BPM_SOURCE}
extract_strip_components: 1
checksum: 7fcd51bece2526dbee5170feb3ffd1adab5b0cd023575f1fd119d969b73f4b90
checksum: 6cef641ce39f13efc09e12afbb889128d4e9b3596a1faeaaa1b619fdf72403a9
+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