diff options
author | Tim Biermann <tbier@posteo.de> | 2020-07-07 16:29:01 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-07-07 16:29:01 +0000 |
commit | aa5a2bda8dde8d4ecb7d22c0ce55712232680bbf (patch) | |
tree | e2298d07be5b70e9756d7af6cc1444896f0c624a /fmt | |
parent | 2a0a47046ae644079a1283ecbdcbf19a86375b99 (diff) | |
download | contrib-aa5a2bda8dde8d4ecb7d22c0ce55712232680bbf.tar.gz contrib-aa5a2bda8dde8d4ecb7d22c0ce55712232680bbf.tar.xz |
fmt: 7.0.0 -> 7.0.1
Diffstat (limited to 'fmt')
-rw-r--r-- | fmt/.signature | 6 | ||||
-rw-r--r-- | fmt/Pkgfile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/fmt/.signature b/fmt/.signature index bf5da1ef0..ad30385cc 100644 --- a/fmt/.signature +++ b/fmt/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF35EvtnIBIniOkSe8K+y3XPrp6NZSlw0hhoR8nI9aJ5jr1WWi3oZfRDCpp3yMV21vJfM63QqqsOAaA08SPFf5vwY= -SHA256 (Pkgfile) = 4039ce48e36ab3e54d0ce971b364cde59c27cb0e273bf932d063f321776a7586 +RWSagIOpLGJF34JEErnRsHepWm5LoPEjaOkhkhhYgn7TzxKZWYO9yNpI1+aBBEAJU5D/sQ+vy8JUl8pioyI9ZJsP3BJ+klsU7QM= +SHA256 (Pkgfile) = 5ebb01c18c01043095197b43f619330224ea908d87ddcd4ea878bfc591ffdd24 SHA256 (.footprint) = 813c3488d299653be1bc45ff5d739fe2b82691692dee8c18a22889c6f225ad05 -SHA256 (fmt-7.0.0.tar.gz) = 6d2b4ee9294ed05eac4cc9ee625fe4b3a90c40eeb1097d0b9b330f0f95a74ad1 +SHA256 (fmt-7.0.1.tar.gz) = ac335a4ca6beaebec4ddb2bc35b9ae960b576f3b64a410ff2c379780f0cd4948 diff --git a/fmt/Pkgfile b/fmt/Pkgfile index 955cd8421..4f61eea45 100644 --- a/fmt/Pkgfile +++ b/fmt/Pkgfile @@ -1,15 +1,15 @@ # Description: An open-source formatting library -# URL: http://fmtlib.net/latest/index.html +# URL: https://fmtlib.net/latest/index.html # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: cmake name=fmt -version=7.0.0 +version=7.0.1 release=1 source=(https://github.com/fmtlib/$name/archive/$version/$name-$version.tar.gz) build() { - cmake -S$name-$version -Bbuild\ + cmake -S$name-$version -Bbuild \ -DCMAKE_INSTALL_PREFIX=/usr cmake --build build DESTDIR=$PKG cmake --build build --target install |