From 6826ac751487c7653e324231d57497bbe61fa6a0 Mon Sep 17 00:00:00 2001 From: Ed Reel Date: Mon, 7 Aug 2017 00:03:17 -0500 Subject: [PATCH] Update npth from 1.3 to 1.5 --- packages/npth.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/npth.rb b/packages/npth.rb index a00ecc7a7..71dbd1fd8 100644 --- a/packages/npth.rb +++ b/packages/npth.rb @@ -3,9 +3,9 @@ require 'package' class Npth < Package description 'nPth is a library to provide the GNU Pth API and thus a non-preemptive threads implementation.' homepage 'https://www.gnupg.org/related_software/npth/index.html' - version '1.3' - source_url 'https://www.gnupg.org/ftp/gcrypt/npth/npth-1.3.tar.bz2' - source_sha256 'bca81940436aed0734eb8d0ff8b179e04cc8c087f5625204419f5f45d736a82a' + version '1.5' + source_url 'https://www.gnupg.org/ftp/gcrypt/npth/npth-1.5.tar.bz2' + source_sha256 '294a690c1f537b92ed829d867bee537e46be93fbd60b16c04630fbbfcd9db3c2' def self.build system "./configure --prefix=/usr/local"