From 69bf7bd898aebe44b6d97fd31309a92ced7c23f4 Mon Sep 17 00:00:00 2001 From: OscarL Date: Tue, 8 Nov 2022 02:18:54 -0300 Subject: [PATCH] Weather: update to latest git-rev to solve missing symbols. (#7384) after libshared ABI break --- haiku-apps/weather/weather-1.0.0.recipe | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/haiku-apps/weather/weather-1.0.0.recipe b/haiku-apps/weather/weather-1.0.0.recipe index 7d56be464..4e4915c0e 100644 --- a/haiku-apps/weather/weather-1.0.0.recipe +++ b/haiku-apps/weather/weather-1.0.0.recipe @@ -1,5 +1,5 @@ SUMMARY="A simple weather application" -DESCRIPTION="This simple weather app was originally a project for the +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 forecast for the next days with icons (sunshine, clouds, rain, etc.) and \ @@ -10,10 +10,10 @@ COPYRIGHT="2014 George White 2015 Przemysław Buczkowski 2015-2022 HaikuArchives Team" LICENSE="MIT" -REVISION="3" -srcGitRev="521a53a21ecbdd607533d0b8c3064d2667b26d92" +REVISION="4" +srcGitRev="bb0cdb91ea061a3cdcf16a36e263cb5f981f800c" SOURCE_URI="https://github.com/HaikuArchives/Weather/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="e90c5d2c2a1d7515b616e3cbcbe8eaad0cc65a75811296262466891a542328b8" +CHECKSUM_SHA256="f4753319b05685052aecff5a652cabfd1e1777aa40bdaa94260fa9a4c87845b8" SOURCE_DIR="Weather-$srcGitRev" ARCHITECTURES="all"