Weather: update to latest git-rev to solve missing symbols. (#7384)

after libshared ABI break
This commit is contained in:
OscarL
2022-11-08 02:18:54 -03:00
committed by GitHub
parent ad098ab16d
commit 69bf7bd898

View File

@@ -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"