diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-12-12 21:47:07 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-12-12 21:47:07 +0800 |
| commit | 1b4feb54968a2c41b39b9fb91c5cdc96bce41298 (patch) | |
| tree | ebcecf34331c2780e89f0a29ec1f5a41a3efded2 | |
| parent | d468fa973bd4bdb7e342043b91345c51c10e6eaf (diff) | |
| download | alicelinux-1b4feb54968a2c41b39b9fb91c5cdc96bce41298.tar.gz alicelinux-1b4feb54968a2c41b39b9fb91c5cdc96bce41298.zip | |
lowdown: updated to 1.3.1
| -rw-r--r-- | repos/extra/lowdown/.checksum | 2 | ||||
| -rw-r--r-- | repos/extra/lowdown/.files | 2 | ||||
| -rw-r--r-- | repos/extra/lowdown/abuild | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/repos/extra/lowdown/.checksum b/repos/extra/lowdown/.checksum index 0d11fa7c..a0c2b76f 100644 --- a/repos/extra/lowdown/.checksum +++ b/repos/extra/lowdown/.checksum @@ -1 +1 @@ -e64130d9c613645b1b7b31c1505ec16419d14dd9d2034253a9d236438d9cb7ce VERSION_1_2_0.tar.gz +a506024a737d4f33b2c8696c3d24c8f713697f61cb7571ee9f4d9717d94abc3a VERSION_1_3_1.tar.gz diff --git a/repos/extra/lowdown/.files b/repos/extra/lowdown/.files index 9e53ace0..2a4c9d7b 100644 --- a/repos/extra/lowdown/.files +++ b/repos/extra/lowdown/.files @@ -11,6 +11,8 @@ drwxr-xr-x root/root usr/lib/pkgconfig/ -r--r--r-- root/root usr/lib/pkgconfig/lowdown.pc drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/lowdown/ +drwxr-xr-x root/root usr/share/lowdown/html/ +-r--r--r-- root/root usr/share/lowdown/html/default.html drwxr-xr-x root/root usr/share/lowdown/odt/ -r--r--r-- root/root usr/share/lowdown/odt/styles.xml drwxr-xr-x root/root usr/share/man/ diff --git a/repos/extra/lowdown/abuild b/repos/extra/lowdown/abuild index 2b710b11..27a7b1c0 100644 --- a/repos/extra/lowdown/abuild +++ b/repos/extra/lowdown/abuild @@ -1,5 +1,5 @@ name=lowdown -version=1.2.0 +version=1.3.1 _v=$(echo $version | sed 's/\./_/g') release=1 source="https://github.com/kristapsdz/lowdown/archive/refs/tags/VERSION_${_v}.tar.gz" |