Compare commits
4
Commits
63b8021d2e
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
79e83b6c8b
|
||
|
|
32b4d7d96c
|
||
|
|
91d4964ee5
|
||
|
|
25504b7ab7
|
+3
-3
@@ -1,7 +1,7 @@
|
||||
name: fish
|
||||
description: A smart and user-friendly command line shell
|
||||
version: 4.6.0
|
||||
revision: 2
|
||||
version: 4.8.1
|
||||
revision: 1
|
||||
url: https://fishshell.com/
|
||||
license: GPL2,PSF2,MIT,LGPL2
|
||||
maintainers:
|
||||
@@ -25,4 +25,4 @@ downloads:
|
||||
- url: https://github.com/fish-shell/fish-shell/releases/download/${BPM_PKG_VERSION}/fish-${BPM_PKG_VERSION}.tar.xz
|
||||
extract_to: ${BPM_SOURCE}
|
||||
extract_strip_components: 1
|
||||
checksum: fc9165f733a0e28a3dba11c9b1a286bc88a853f152a6694cd993512a2f1761aa
|
||||
checksum: 0eb86a851e865e934a7c2091a73d7695225e78f0e00a7bb96d5f877d76c65782
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user