mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:07:45 +00:00
Ports: Update dmidecode version to 3.4
Also, let's stop use the signature file and instead just compare sha256 checksums.
This commit is contained in:
parent
33ce7c939a
commit
8edde0709a
2 changed files with 4 additions and 8 deletions
|
@ -1,13 +1,9 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='dmidecode'
|
||||
version='3.3'
|
||||
version='3.4'
|
||||
useconfigure='false'
|
||||
files="https://download.savannah.gnu.org/releases/dmidecode/dmidecode-${version}.tar.xz dmidecode-${version}.tar.xz
|
||||
https://download.savannah.gnu.org/releases/dmidecode/dmidecode-${version}.tar.xz.sig dmidecode-${version}.tar.xz.sig
|
||||
https://ftpmirror.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg"
|
||||
auth_type='sig'
|
||||
auth_import_key='90DFD6523C57373D81F63D19865688D038F02FC8'
|
||||
auth_opts=("--keyring" "./gnu-keyring.gpg" "dmidecode-${version}.tar.xz.sig")
|
||||
files="https://download.savannah.gnu.org/releases/dmidecode/dmidecode-${version}.tar.xz dmidecode-${version}.tar.xz 43cba851d8467c9979ccdbeab192eb6638c7d3a697eba5ddb779da8837542212"
|
||||
auth_type='sha256'
|
||||
|
||||
install() {
|
||||
run make clean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue