mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
agar, fix SOURCE_URI (#10351)
This commit is contained in:
@@ -2,16 +2,16 @@ SUMMARY="A modern open-source, cross-platform toolkit for graphical applications
|
||||
DESCRIPTION="Cross-platform GUI toolkit. Agar provides a base framework and \
|
||||
a collection of GUI widgets from which GUI applications can be built. Agar \
|
||||
can be styled and themed using a CSS-style engine."
|
||||
HOMEPAGE="http://libagar.org/index.html.en"
|
||||
HOMEPAGE="https://libagar.org/"
|
||||
COPYRIGHT="2001-2023 Julien Nadeau Carriere
|
||||
2002-2016 Hypertrition, Inc."
|
||||
LICENSE="BSD (2-clause)
|
||||
OFL v1.1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/JulNadeauCA/libagar/archive/refs/tags/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="403caa219e7e367ecb30d0f252f9f5423f5ce30ed7b60ab144da1d895c19c3e6"
|
||||
SOURCE_URI="https://stable.hypertriton.com/agar/agar-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="17313d223b5ea94f9fa0303ddd82edc8ee0e7cc17953df38a5ee6b67cb849446"
|
||||
SOURCE_FILENAME="agar-v$portVersion.tar.gz"
|
||||
SOURCE_DIR="libagar-$portVersion"
|
||||
SOURCE_DIR="agar-$portVersion"
|
||||
PATCHES="agar-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
|
||||
Reference in New Issue
Block a user