diff options
author | Loïc Hoguin <[email protected]> | 2016-04-03 21:48:51 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2016-04-03 21:48:51 +0200 |
commit | 88a4d90a80c996dee8c5eb1986441a86997d41d3 (patch) | |
tree | 6b7fd58fa8f1e8cff6a277f7ee80bcbef3087d1f /index/cowlib.mk | |
parent | b3d3d7c3d26cd9b000d4eacf99d85d4c2f694ff1 (diff) | |
download | erlang.mk-88a4d90a80c996dee8c5eb1986441a86997d41d3.tar.gz erlang.mk-88a4d90a80c996dee8c5eb1986441a86997d41d3.tar.bz2 erlang.mk-88a4d90a80c996dee8c5eb1986441a86997d41d3.zip |
Use branches for all packages
This is a first step toward semi-automated version management.
Cowboy, Cowlib and Ranch still use tags for the time being.
We can make a better update to those when there's a lock
feature added.
Diffstat (limited to 'index/cowlib.mk')
-rw-r--r-- | index/cowlib.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index/cowlib.mk b/index/cowlib.mk index 4320b2e..0650ff9 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.1 +pkg_cowlib_commit = 1.0.2 |