Update package version to 7.0
This commit is contained in:
@@ -1,9 +1,27 @@
|
||||
name: stormfetch
|
||||
description: A simple linux fetch program written in go and bash
|
||||
version: 6.2
|
||||
version: "7.0"
|
||||
revision: 1
|
||||
url: https://github.com/EnumeratedDev/stormfetch
|
||||
license: MIT
|
||||
architecture: any
|
||||
type: source
|
||||
depends: ["bash","libglvnd","libxcursor","libxi","libxinerama","libxrandr"]
|
||||
make_depends: ["git","golang","libx11","make"]
|
||||
keep:
|
||||
- etc/stormfetch/config.yml
|
||||
depends:
|
||||
- libglvnd
|
||||
- libxcursor
|
||||
- libxi
|
||||
- libxinerama
|
||||
- libxrandr
|
||||
- sh
|
||||
make_depends:
|
||||
- git
|
||||
- golang
|
||||
- libx11
|
||||
- make
|
||||
downloads:
|
||||
- url: https://github.com/EnumeratedDev/stormfetch/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz
|
||||
extract_to: ${BPM_SOURCE}
|
||||
extract_strip_components: 1
|
||||
checksum: 9695f359afa4bfe174efc44794c9e9b337e87cb38d49ffbec6bbb1da094efb8d
|
||||
|
||||
Reference in New Issue
Block a user