Update package version to 0.6.0
This commit is contained in:
@@ -1,17 +1,26 @@
|
|||||||
name: bpm
|
name: bpm
|
||||||
description: The official package manager for Tide Linux
|
description: The official package manager for Tide Linux
|
||||||
version: 0.5.0
|
version: 0.6.0
|
||||||
revision: 2
|
revision: 1
|
||||||
url: https://github.com/EnumeratedDev/bpm
|
url: https://github.com/EnumeratedDev/bpm
|
||||||
license: MIT
|
license: MIT
|
||||||
architecture: any
|
architecture: any
|
||||||
depends: ["bash"]
|
type: source
|
||||||
make_depends: ["golang","git"]
|
keep:
|
||||||
optional_depends: ["fakeroot"]
|
- etc/bpm.conf
|
||||||
keep: ["etc/bpm.conf","etc/bpm-compilation.conf"]
|
- etc/bpm-compilation.conf
|
||||||
|
optional_depends:
|
||||||
|
- bash
|
||||||
|
- coreutils
|
||||||
|
- fakeroot
|
||||||
|
- git
|
||||||
|
- tar
|
||||||
|
- unzip
|
||||||
|
make_depends:
|
||||||
|
- golang
|
||||||
|
- git
|
||||||
downloads:
|
downloads:
|
||||||
- url: "https://github.com/EnumeratedDev/bpm/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz"
|
- url: https://github.com/EnumeratedDev/bpm/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz
|
||||||
extract_to: ${BPM_SOURCE}
|
extract_to: ${BPM_SOURCE}
|
||||||
extract_strip_components: 1
|
extract_strip_components: 1
|
||||||
checksum: b0f3859864f410aa1253799387896140f5e19062a4017765c8c4dbb2277b9952
|
checksum: e66f70cb9f4a34ec9aba9092f0b0de006765b71aef0cb30922a5146042d6c7af
|
||||||
type: source
|
|
||||||
|
|||||||
Reference in New Issue
Block a user