Update package version to 0.6.0
This commit is contained in:
@@ -1,17 +1,26 @@
|
||||
name: bpm
|
||||
description: The official package manager for Tide Linux
|
||||
version: 0.5.0
|
||||
revision: 2
|
||||
version: 0.6.0
|
||||
revision: 1
|
||||
url: https://github.com/EnumeratedDev/bpm
|
||||
license: MIT
|
||||
architecture: any
|
||||
depends: ["bash"]
|
||||
make_depends: ["golang","git"]
|
||||
optional_depends: ["fakeroot"]
|
||||
keep: ["etc/bpm.conf","etc/bpm-compilation.conf"]
|
||||
type: source
|
||||
keep:
|
||||
- etc/bpm.conf
|
||||
- etc/bpm-compilation.conf
|
||||
optional_depends:
|
||||
- bash
|
||||
- coreutils
|
||||
- fakeroot
|
||||
- git
|
||||
- tar
|
||||
- unzip
|
||||
make_depends:
|
||||
- golang
|
||||
- git
|
||||
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_strip_components: 1
|
||||
checksum: b0f3859864f410aa1253799387896140f5e19062a4017765c8c4dbb2277b9952
|
||||
type: source
|
||||
checksum: e66f70cb9f4a34ec9aba9092f0b0de006765b71aef0cb30922a5146042d6c7af
|
||||
|
||||
Reference in New Issue
Block a user