Weather: bumped to latest git revision (#7242)

* Weather: bumped to last git revision

Brings in some bugfixes (correct timezone parsing among them) and
features.

* Weather: fix typo
This commit is contained in:
Javier Steinaker
2022-10-08 15:30:21 +10:00
committed by GitHub
parent 048f1aa219
commit 6abae3e0ab

View File

@@ -10,10 +10,10 @@ COPYRIGHT="2014 George White
2015 Przemysław Buczkowski
2015-2022 HaikuArchives Team"
LICENSE="MIT"
REVISION="2"
srcGitRev="a3f96a0d989a3e3f42c093c99b11ec507c838892"
REVISION="3"
srcGitRev="521a53a21ecbdd607533d0b8c3064d2667b26d92"
SOURCE_URI="https://github.com/HaikuArchives/Weather/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="b9a581a254fb2b396953164a8c56343be3c6b1216ca1399a4407ef549bd87de0"
CHECKSUM_SHA256="e90c5d2c2a1d7515b616e3cbcbe8eaad0cc65a75811296262466891a542328b8"
SOURCE_DIR="Weather-$srcGitRev"
ARCHITECTURES="all"