diff options
author | Loïc Hoguin <[email protected]> | 2024-11-14 13:20:05 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2024-11-14 15:19:34 +0100 |
commit | 59683deae98c68fad08fd83b660fbfb5fa3cdf6a (patch) | |
tree | f1d35f77a8f040b102b65ae2bb1940e637fec361 /index | |
parent | 0f8643b53735b87701f63b6a97d4cbd37acbaa98 (diff) | |
download | erlang.mk-59683deae98c68fad08fd83b660fbfb5fa3cdf6a.tar.gz erlang.mk-59683deae98c68fad08fd83b660fbfb5fa3cdf6a.tar.bz2 erlang.mk-59683deae98c68fad08fd83b660fbfb5fa3cdf6a.zip |
Update Cowlib/Ranch versions in the index to master
Diffstat (limited to 'index')
-rw-r--r-- | index/cowlib.mk | 2 | ||||
-rw-r--r-- | index/ranch.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/index/cowlib.mk b/index/cowlib.mk index 0650ff9..b237a1b 100644 --- a/index/cowlib.mk +++ b/index/cowlib.mk @@ -4,4 +4,4 @@ pkg_cowlib_description = Support library for manipulating Web protocols. pkg_cowlib_homepage = http://ninenines.eu pkg_cowlib_fetch = git pkg_cowlib_repo = https://github.com/ninenines/cowlib -pkg_cowlib_commit = 1.0.2 +pkg_cowlib_commit = master diff --git a/index/ranch.mk b/index/ranch.mk index f3c0f98..b4027a5 100644 --- a/index/ranch.mk +++ b/index/ranch.mk @@ -4,4 +4,4 @@ pkg_ranch_description = Socket acceptor pool for TCP protocols. pkg_ranch_homepage = http://ninenines.eu pkg_ranch_fetch = git pkg_ranch_repo = https://github.com/ninenines/ranch -pkg_ranch_commit = 1.2.1 +pkg_ranch_commit = master |