diff --git a/packages/robin-map/build.sh b/packages/robin-map/build.sh index 95f7c029fe..7eab098e98 100644 --- a/packages/robin-map/build.sh +++ b/packages/robin-map/build.sh @@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://github.com/Tessil/robin-map/ TERMUX_PKG_DESCRIPTION="C++ implementation of a fast hash map and hash set using robin hood hashing" TERMUX_PKG_LICENSE="MIT" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION="1.2.1" +TERMUX_PKG_VERSION="1.2.2" TERMUX_PKG_SRCURL=https://github.com/Tessil/robin-map/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=2b54d2c1de2f73bea5c51d5dcbd64813a08caf1bfddcfdeee40ab74e9599e8e3 +TERMUX_PKG_SHA256=c72767ecea2a90074c7efbe91620c8f955af666505e22782e82813c652710821 TERMUX_PKG_AUTO_UPDATE=true