aboutsummaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2020-01-16 14:33:41 -0800
committerGitHub <noreply@github.com>2020-01-16 14:33:41 -0800
commit6a61b6860fa9178d101485f11a666b988488a743 (patch)
tree83e67c3a829009685862f352bf06bcdf676b4dee /libs
parent82747d743d13d23971db077645c61f87872ee582 (diff)
parent94895ec81838c02b8aa4bbc1d4af45ff2e01f004 (diff)
Merge pull request #11039 from cotequeiroz/onig
oniguruma: bump to version 6.9.4
Diffstat (limited to 'libs')
-rw-r--r--libs/oniguruma/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/oniguruma/Makefile b/libs/oniguruma/Makefile
index f782705b5..f0c64476c 100644
--- a/libs/oniguruma/Makefile
+++ b/libs/oniguruma/Makefile
@@ -5,12 +5,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=oniguruma
-PKG_VERSION:=6.9.3
+PKG_VERSION:=6.9.4
PKG_RELEASE:=1
PKG_SOURCE:=onig-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/kkos/oniguruma/tar.gz/v$(PKG_VERSION)?
-PKG_HASH:=dc6dec742941e24b761cea1b9a2f12e750879107ae69fd80ae1046459d4fb1db
+PKG_HASH:=aea68e5843b627f5fe6d3d6b598845b7f3622910e0568408e7cc2fa6b3690b87
PKG_MAINTAINER:=Eneas U de Queiroz <cotequeiroz@gmail.com>
PKG_LICENSE:=BSD-2-Clause