commit 536a18e95d9bcf0430b65422480babe8b50388c2 Author: Matt Housh <jaeger@crux.ninja> Date: Sun Oct 1 23:11:16 2017 -0500 pwgen: updated to version 2.08 diff --git a/pwgen/.md5sum b/pwgen/.md5sum index 625e4428..944f7e1d 100644 --- a/pwgen/.md5sum +++ b/pwgen/.md5sum @@ -1 +1 @@ -910b1008cdd86445e9e01305d21ee4c5 pwgen-2.07.tar.gz +6cfba450ac6ff72d11e88a6b0b049165 pwgen-2.08.tar.gz diff --git a/pwgen/.signature b/pwgen/.signature index a7b015b8..4a047883 100644 --- a/pwgen/.signature +++ b/pwgen/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF35jD0t5voW40DOKZHh5U1hskHaDxg1ybqBUpDurJt0TFE0I7Ut2YWFaDcvrMlB44rCXOl3m17FgWNNWNaCYhkgg= -SHA256 (Pkgfile) = 1a907daa71de6c58d1b99237c90ccab903f82f8e44103822fa834450345d839d +RWSagIOpLGJF3x2cc8AlDDsF3CUfalRix+nLUofKlGsx+AYG5N9D5czm527v1D440Gz/xqU4yN3xDYwphYHUAoq8rtBd8cNfRwk= +SHA256 (Pkgfile) = 95ba875f95b85e8209d1ab75e513806389e301e3d1ba18eb2b42205d599012be SHA256 (.footprint) = af2de3fc0da348c610fa82e499f2f107c165a10e38bb3408b21c6c85bb3aab7e -SHA256 (pwgen-2.07.tar.gz) = eb74593f58296c21c71cd07933e070492e9222b79cedf81d1a02ce09c0e11556 +SHA256 (pwgen-2.08.tar.gz) = dab03dd30ad5a58e578c5581241a6e87e184a18eb2c3b2e0fffa8a9cf105c97b diff --git a/pwgen/Pkgfile b/pwgen/Pkgfile index fb0aa1ee..01df97cb 100644 --- a/pwgen/Pkgfile +++ b/pwgen/Pkgfile @@ -3,13 +3,13 @@ # Maintainer: Matt Housh, jaeger at crux dot ninja name=pwgen -version=2.07 -release=2 +version=2.08 +release=1 source=(http://download.sourceforge.net/$name/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr - make + make make DESTDIR=$PKG install }