From 6abae3e0ab666f12af52c033d35a21d2d5fe1a48 Mon Sep 17 00:00:00 2001 From: Javier Steinaker Date: Sat, 8 Oct 2022 15:30:21 +1000 Subject: [PATCH] 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 --- haiku-apps/weather/weather-1.0.0.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/haiku-apps/weather/weather-1.0.0.recipe b/haiku-apps/weather/weather-1.0.0.recipe index ebc7f2d9e..7d56be464 100644 --- a/haiku-apps/weather/weather-1.0.0.recipe +++ b/haiku-apps/weather/weather-1.0.0.recipe @@ -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"