mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Weather: re-enable recipe
Bump revision. Point to working git revision.
This commit is contained in:
@@ -1,22 +1,22 @@
|
||||
SUMMARY="A simple weather application"
|
||||
DESCRIPTION="This simple weather app was a project for the Google Code-In \
|
||||
2014/2015.
|
||||
DESCRIPTION="This simple weather app was originally a project for the
|
||||
Google Code-In 2014/2015.
|
||||
After supplying a location it will gather data over the internet to display \
|
||||
a constantly updated forecast for the next days as icons (sunshine, clouds, \
|
||||
rain, etc.). As a Replicant, the app can be neatly integrated into the \
|
||||
a forecast for the next days with icons (sunshine, clouds, rain, etc.) and \
|
||||
temperatures. As a Replicant, the app can be neatly integrated into the \
|
||||
Desktop."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/Weather"
|
||||
COPYRIGHT="2014 George White
|
||||
2015 Przemysław Buczkowski
|
||||
2015-2018 Janus"
|
||||
2015-2022 HaikuArchives Team"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
srcGitRev="26d694ceaebf993c775448c89640ad0fb9718d1e"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/Weather/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="9ae34bbfd391c624ade107d18ff0c8849be21412d1cb4c82f3b132852e2ed2fc"
|
||||
SOURCE_DIR="Weather-$portVersion"
|
||||
REVISION="2"
|
||||
srcGitRev="a3f96a0d989a3e3f42c093c99b11ec507c838892"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/Weather/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="b9a581a254fb2b396953164a8c56343be3c6b1216ca1399a4407ef549bd87de0"
|
||||
SOURCE_DIR="Weather-$srcGitRev"
|
||||
|
||||
ARCHITECTURES="?all"
|
||||
ARCHITECTURES="all"
|
||||
|
||||
PROVIDES="
|
||||
weather
|
||||
|
||||
Reference in New Issue
Block a user