diff options
author | Tim Biermann <tbier@posteo.de> | 2022-01-07 13:56:09 +0100 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-01-07 13:56:09 +0100 |
commit | d364f3d24d6780340190a7df763d590f64492409 (patch) | |
tree | f8ae12c1250e2c6a82e31f093313ea71648bb2fc /fmt | |
parent | 3ba93403c7682ef660adde3a6e51e572898fd66b (diff) | |
parent | 245fbb1f5fa391ff91fcc2d3eefeec3cb14ff890 (diff) | |
download | contrib-d364f3d24d6780340190a7df763d590f64492409.tar.gz contrib-d364f3d24d6780340190a7df763d590f64492409.tar.xz |
Merge remote-tracking branch 'origin/3.6' into 3.7-alpha0
Diffstat (limited to 'fmt')
-rw-r--r-- | fmt/.footprint | 4 | ||||
-rw-r--r-- | fmt/.signature | 8 | ||||
-rw-r--r-- | fmt/Pkgfile | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/fmt/.footprint b/fmt/.footprint index 451fdd32b..ef5a1d7a0 100644 --- a/fmt/.footprint +++ b/fmt/.footprint @@ -22,7 +22,7 @@ drwxr-xr-x root/root usr/lib/cmake/fmt/ -rw-r--r-- root/root usr/lib/cmake/fmt/fmt-targets-release.cmake -rw-r--r-- root/root usr/lib/cmake/fmt/fmt-targets.cmake lrwxrwxrwx root/root usr/lib/libfmt.so -> libfmt.so.8 -lrwxrwxrwx root/root usr/lib/libfmt.so.8 -> libfmt.so.8.1.0 --rwxr-xr-x root/root usr/lib/libfmt.so.8.1.0 +lrwxrwxrwx root/root usr/lib/libfmt.so.8 -> libfmt.so.8.1.1 +-rwxr-xr-x root/root usr/lib/libfmt.so.8.1.1 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/fmt.pc diff --git a/fmt/.signature b/fmt/.signature index 751e7f57c..c5a361978 100644 --- a/fmt/.signature +++ b/fmt/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF32VbfrVWTN3z+M0EHnM1S+foJx1lPtmeb4pC+D3KA1DBCPT4Wbkd+3WX2+pSBzhWLb52prEfl+1W69HpuKTbpAs= -SHA256 (Pkgfile) = 1279c5275cd20ef1cb701ef6945053f7c5c41362a500e5b571f489b542cdedae -SHA256 (.footprint) = 2ecb9888b5e60616701d335808375e79441eff3ce2a56fd2e5a6a3efb7461889 -SHA256 (fmt-8.1.0.tar.gz) = aa53b204afe20076f2813e71b255e52b1ef39a818dc86c4604a7f14d8ac6dc31 +RWSagIOpLGJF3z4d8oHCOHWrxG+dbkel0KM47+ohOgpKnSfV31LIK/lkOGiuW+G65DyD/h/5wngYa6nHeVbBq/ujp74lR37r9QU= +SHA256 (Pkgfile) = 72adbb30feb83a2dc85e27d4482fe2e7299b8c410cd08355879cd1ca2593231d +SHA256 (.footprint) = 52e0116b7508e35a7eba7780a6822bf66388d337de53d34348f07c2c598e9682 +SHA256 (fmt-8.1.1.tar.gz) = 3d794d3cf67633b34b2771eb9f073bde87e846e0d395d254df7b211ef1ec7346 diff --git a/fmt/Pkgfile b/fmt/Pkgfile index fb2bc7133..e9adc98fe 100644 --- a/fmt/Pkgfile +++ b/fmt/Pkgfile @@ -4,7 +4,7 @@ # Depends on: cmake name=fmt -version=8.1.0 +version=8.1.1 release=1 source=(https://github.com/fmtlib/$name/archive/$version/$name-$version.tar.gz) |