mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
jamfile_engine: Fix a typo in DESCRIPTION field (#13102)
* Fix typo in DESCRIPTION field * Bump revision
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
SUMMARY="A build system for Haiku applications based on Jam"
|
||||
DESCRIPTION="Build Haiku applications, add-ons, drivers and screensavers easily usin Jam.
|
||||
DESCRIPTION="Build Haiku applications, add-ons, drivers and screensavers easily using Jam.
|
||||
|
||||
Jam is a replacement for Make with a focus on generic and reusable rules."
|
||||
HOMEPAGE="https://github.com/haiku/jamfile-engine"
|
||||
@@ -11,7 +11,7 @@ LICENSE="MIT"
|
||||
SOURCE_URI="https://github.com/haiku/jamfile-engine/archive/refs/tags/v${portVersion}.tar.gz"
|
||||
SOURCE_DIR="jamfile-engine-${portVersion}"
|
||||
CHECKSUM_SHA256="39ede2d9bf6f3f3859fae8896ee1bc2838a16dcc7a53fcd63d01e6b7f1d6ab9c"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user