Update package version to 6.2
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
name: stormfetch
|
name: stormfetch
|
||||||
description: A simple linux fetch program written in go and bash
|
description: A simple linux fetch program written in go and bash
|
||||||
version: 6.1
|
version: 6.2
|
||||||
revision: 3
|
|
||||||
url: https://github.com/EnumeratedDev/stormfetch
|
url: https://github.com/EnumeratedDev/stormfetch
|
||||||
license: MIT
|
license: MIT
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ prepare() {
|
|||||||
# The build function is executed in the source directory
|
# The build function is executed in the source directory
|
||||||
# This function is used to compile the source code
|
# This function is used to compile the source code
|
||||||
build() {
|
build() {
|
||||||
GO=go make SYSCONFDIR=/etc
|
make SYSCONFDIR=/etc
|
||||||
}
|
}
|
||||||
|
|
||||||
# The package function is executed in the source directory
|
# The package function is executed in the source directory
|
||||||
|
|||||||
Reference in New Issue
Block a user