mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 11:27:35 +00:00
Ports: Add auth_type verification to all package.sh files
This commit is contained in:
parent
6c618eb072
commit
a206ab2211
68 changed files with 135 additions and 65 deletions
|
@ -2,7 +2,8 @@
|
|||
port=libogg
|
||||
version=1.3.4
|
||||
useconfigure=true
|
||||
files="https://github.com/xiph/ogg/releases/download/v${version}/libogg-${version}.tar.gz libogg-${version}.tar.gz"
|
||||
files="https://github.com/xiph/ogg/releases/download/v${version}/libogg-${version}.tar.gz libogg-${version}.tar.gz b9a66c80bdf45363605e4aa75fa951a8"
|
||||
auth_type=md5
|
||||
|
||||
install() {
|
||||
run make DESTDIR=$DESTDIR $installopts install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue