Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/nanomsg/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'nanomsg'
pkgname=nanomsg
version=1.2
version=1.2.2
revision=1
build_style=cmake
short_desc='Simple, high-performance implementation of scalability protocols'
Expand All @@ -9,7 +9,7 @@ license="MIT"
homepage='http://nanomsg.org/'
changelog="https://github.com/nanomsg/nanomsg/releases"
distfiles="https://github.com/nanomsg/nanomsg/archive/$version.tar.gz>nanomsg-${version}.tar.gz"
checksum=6ef7282e833df6a364f3617692ef21e59d5c4878acea4f2d7d36e21c8858de67
checksum=3ffeafa9335245a23a99827e8d389bfce5100610f44ebbe4bfaf47e8192d5939

post_install() {
vlicense COPYING
Expand Down