Changeset f01d1e3 for lfs-latest-git.php


Ignore:
Timestamp:
07/01/2024 01:01:10 PM (3 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, 12.2-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.2, xry111/multilib
Children:
6c905cf, 6ee537a
Parents:
ba0723a
Message:

Fix sysklogd currency

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lfs-latest-git.php

    rba0723a rf01d1e3  
    149149if ( $package == "MarkupSafe" ) $dirpath = "https://pypi.python.org/pypi/MarkupSafe/";
    150150if ( $package == "jinja"      ) $dirpath = "https://pypi.python.org/pypi/Jinja2/";
     151if ( $package == "sysklogd"   ) $dirpath = github("troglobit/sysklogd");
    151152if ( $package == "systemd"    ) $dirpath = github("systemd/systemd");
    152153//if ( $package == "tcl"        ) $dirpath = "https://sourceforge.net/projects/tcl/files";
Note: See TracChangeset for help on using the changeset viewer.