diff options
author | Loïc Hoguin <[email protected]> | 2016-09-04 22:42:26 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2016-09-04 22:42:26 +0200 |
commit | 8a20b423784a7ccf223dbabe4d78daa675823664 (patch) | |
tree | 48a938f7d51dd6d317fc9d4d5b61845cecc4fef7 /index/chumak.mk | |
parent | 5c27a25c8051d798a3ff1b02d935d43e9ab909b3 (diff) | |
download | erlang.mk-8a20b423784a7ccf223dbabe4d78daa675823664.tar.gz erlang.mk-8a20b423784a7ccf223dbabe4d78daa675823664.tar.bz2 erlang.mk-8a20b423784a7ccf223dbabe4d78daa675823664.zip |
Fix chumak version
1.1.1 didn't exist, so I put master for now.
Diffstat (limited to 'index/chumak.mk')
-rw-r--r-- | index/chumak.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index/chumak.mk b/index/chumak.mk index 6080efe..38cd113 100644 --- a/index/chumak.mk +++ b/index/chumak.mk @@ -4,4 +4,4 @@ pkg_chumak_description = Pure Erlang implementation of ZeroMQ Message Transport pkg_chumak_homepage = http://choven.ca pkg_chumak_fetch = git pkg_chumak_repo = https://github.com/chovencorp/chumak -pkg_chumak_commit = 1.1.1 +pkg_chumak_commit = master |