Changeset 2787b52


Ignore:
Timestamp:
02/14/2019 05:57:45 PM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9c546c6
Parents:
24ee11d
Message:

Update to cbindgen-0.8.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21150 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r24ee11d r2787b52  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "13">                   <!-- Always 2 digits -->
     3<!ENTITY day          "14">                   <!-- Always 2 digits -->
    44<!ENTITY month        "02">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "February 13th, &year;">
     9<!ENTITY releasedate  "February 14th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/cbindgen.xml

    r24ee11d r2787b52  
    77  <!ENTITY cbindgen-download-http "https://github.com/eqrion/cbindgen/archive/v&cbindgen-version;/cbindgen-&cbindgen-version;.tar.gz">
    88  <!ENTITY cbindgen-download-ftp  " ">
    9   <!ENTITY cbindgen-md5sum        "22f30e98bbe946001020ef8ad2c80089">
    10   <!ENTITY cbindgen-size          "100 KB">
     9  <!ENTITY cbindgen-md5sum        "b9339d099f0bda4b4db85e9a7f77a267">
     10  <!ENTITY cbindgen-size          "96 KB">
    1111  <!ENTITY cbindgen-buildsize     "64 MB (add 303 MB for tests) ">
    12   <!ENTITY cbindgen-time          "0.8 SBU (on a 4 core machine; add 0.3 SBU tests)">
     12  <!ENTITY cbindgen-time          "1.2 SBU (on a 4 core machine; add 0.3 SBU tests)">
    1313]>
    1414
  • introduction/welcome/changelog.xml

    r24ee11d r2787b52  
    4242    </listitem>
    4343-->
     44
     45    <listitem>
     46      <para>February 14th, 2019</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[renodr] - Update to cbindgen-0.8.0. Fixes
     50          <ulink url="&blfs-ticket-root;11669">#11669</ulink>.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
    4454
    4555    <listitem>
  • packages.ent

    r24ee11d r2787b52  
    309309<!ENTITY autoconf213-version          "2.13">
    310310<!ENTITY bazaar-version               "2.5.1">
    311 <!ENTITY cbindgen-version             "0.7.1">
     311<!ENTITY cbindgen-version             "0.8.0">
    312312<!ENTITY check-version                "0.12.0">
    313313<!ENTITY clisp-version                "2.49">
Note: See TracChangeset for help on using the changeset viewer.