Skip to content

Commit

Permalink
5.2.0 (#3)
Browse files Browse the repository at this point in the history
* Add fmt release 4.1.0
* Update to 5.2.0
  • Loading branch information
jhasse authored and sarum9in committed Sep 24, 2018
1 parent 816885d commit 0503eb1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
project('fmt', 'cpp', version : '5.2.0', license: 'BSD', default_options : ['cpp_std=c++14'])

inc = include_directories('include')
lib = library('fmt', ['src/format.cc', 'src/posix.cc'], include_directories : inc)

fmt_dep = declare_dependency(include_directories : inc, link_with : lib)
6 changes: 6 additions & 0 deletions upstream.wrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[wrap-file]
directory = fmt-5.2.0

source_url = https://github.com/fmtlib/fmt/archive/5.2.0.tar.gz
source_filename = fmt-5.2.0.tar.gz
source_hash = b0e8c71a8fb906123966686f788e83cd95ae499afe9c25ff6284f624488435ac

0 comments on commit 0503eb1

Please sign in to comment.