Update package version to 7.1.0

This commit is contained in:
2025-10-03 12:35:51 +03:00
parent f77a6a8bcc
commit 859cc84fdc
2 changed files with 9 additions and 12 deletions
+9 -2
View File
@@ -1,13 +1,20 @@
name: font-awesome name: font-awesome
description: the Internet's icon library and toolkit description: the Internet's icon library and toolkit
version: 7.0.1 version: 7.1.0
revision: 1
url: https://fontawesome.com/ url: https://fontawesome.com/
license: OFL-1.1 license: OFL-1.1
architecture: any architecture: any
type: source type: source
downloads:
- url: https://github.com/FortAwesome/Font-Awesome/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz
extract_to_bpm_source: true
extract_strip_components: 1
checksum: 5b54f06149974ca7d160e76129e3473c64349c3653c95a1490817c6603f12295
split_packages: split_packages:
- name: otf-font-awesome - name: otf-font-awesome
description: the Internet's icon library and toolkit (OTF fonts) description: the Internet's icon library and toolkit (OTF fonts)
- name: woff2-font-awesome - name: woff2-font-awesome
replaces: ["ttf-font-awesome"]
description: the Internet's icon library and toolkit (Woff2 fonts) description: the Internet's icon library and toolkit (Woff2 fonts)
replaces:
- ttf-font-awesome
-10
View File
@@ -2,16 +2,6 @@
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE # 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 # BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
DOWNLOAD="https://github.com/FortAwesome/Font-Awesome/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz"
FILENAME="${DOWNLOAD##*/}"
# The prepare function is executed in the root of the temp directory
# This function is used for downloading files and putting them into the correct location
prepare() {
wget "$DOWNLOAD"
tar -xvf "$FILENAME" --strip-components=1 -C "$BPM_SOURCE"
}
# The package function is executed in the source directory # The package function is executed in the source directory
# This function is used to move the compiled files into the output directory # This function is used to move the compiled files into the output directory
package_otf-font-awesome() { package_otf-font-awesome() {