From 8f007e1fae253e81c5bee93a4d69e570638f6f46 Mon Sep 17 00:00:00 2001 From: Termux Github Actions Date: Sat, 19 Feb 2022 00:29:47 +0000 Subject: [PATCH] shiori: update to 1.5.1 This commit has been automatically submitted by Github Actions. --- packages/shiori/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/shiori/build.sh b/packages/shiori/build.sh index f9f384ff2..8398326c9 100644 --- a/packages/shiori/build.sh +++ b/packages/shiori/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/go-shiori/shiori TERMUX_PKG_DESCRIPTION="Simple bookmark manager built with Go" TERMUX_PKG_LICENSE="MIT" TERMUX_PKG_MAINTAINER="Krishna Kanhaiya @kcubeterm" -TERMUX_PKG_VERSION=1.5.0 +TERMUX_PKG_VERSION=1.5.1 TERMUX_PKG_SRCURL=https://github.com/go-shiori/shiori/archive/v${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=c2ebc0f009feb22f891c7ab0fa7b8c0d71e1cfc34a974c7503a702ec07d8e9ee +TERMUX_PKG_SHA256=d7d9c00b8b2866b51f58dcea9b045ae560deb9b48093a2cb56dc17881ea055b2 TERMUX_PKG_AUTO_UPDATE=true termux_step_make() {