Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upOverpass: bump version #1099
Overpass: bump version #1099
Conversation
| REVISION="1" | ||
| SOURCE_URI="https://github.com/RedHatBrand/Overpass/releases/download/$portVersion/overpass-webfonts.zip" | ||
| CHECKSUM_SHA256="8dad24f7b12d359dad64b1ce0c4c57e833ac2523d7411db12904acb3f6f98658" | ||
| SOURCE_DIR="overpass-mono-webfont" |
This comment has been minimized.
This comment has been minimized.
fbrosson
Jan 21, 2017
Member
I think it would be worth inserting
SOURCE_FILENAME="overpass-webfonts-$portVersion.zip"
between CHECKSUM_SHA256 and SOURCE_DIR.
Otherwise HP will complain next time when a new archive becomes available.
It comes with 2 top level directory, that's why theese changes required.
Regarding SOURCE_URI_2, I'm pretty sure you can workaround this (to avoid having to define SOURCE_URI_2) by setting
SOURCE_DIR=""
|
@miqlas any update? |
|
@fbrosson what's up? I understand you have probably no time at the moment. Wondering whether something went wrong. |
|
Don't worry. Nothing went wrong. It's just that I decided to switch to something else. |
|
Hope you'll stick around for a while @fbrosson .... I've learned a lot from you, and I'm sure others did also! Anyway ... best of luck with the new adventure! |
|
eh, SOURCE_FILENAME change isn't really needed. |
6678ec5
into
haikuports:master
extrowerk commentedJan 21, 2017
It comes with 2 top level directory, that's why theese changes required.