From bf9aaecd5883c00928028ced789561f6eb2676c8 Mon Sep 17 00:00:00 2001 From: Henrik Grimler Date: Wed, 13 Apr 2022 09:06:42 +0200 Subject: [PATCH] dart: bump package A user on reddit reported that the package is stuck in an infinite update loop, indicating that two mirrors have different debs (probably I built and uploaded it manually for either fosshost or grimler.se). Bumping the package hopefully fixes this. Ref: https://www.reddit.com/r/termux/comments/u29xu9/dart_package_upgrating_often_but_always_same/ --- packages/dart/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/dart/build.sh b/packages/dart/build.sh index 2ed68a3a3..7c0eddbfd 100644 --- a/packages/dart/build.sh +++ b/packages/dart/build.sh @@ -4,6 +4,7 @@ TERMUX_PKG_LICENSE="BSD" TERMUX_PKG_LICENSE_FILE="sdk/LICENSE" TERMUX_PKG_MAINTAINER="@termux" TERMUX_PKG_VERSION=2.16.2 +TERMUX_PKG_REVISION=1 TERMUX_PKG_BUILD_IN_SRC=true TERMUX_PKG_SKIP_SRC_EXTRACT=true