mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
uthash, new recipe (#8325)
This commit is contained in:
24
dev-libs/uthash/patches/uthash-2.3.0.patchset
Normal file
24
dev-libs/uthash/patches/uthash-2.3.0.patchset
Normal file
@@ -0,0 +1,24 @@
|
||||
From 405a743dac39da8a598b2fa734f05eedcc5aecfc Mon Sep 17 00:00:00 2001
|
||||
From: begasus <begasus@gmail.com>
|
||||
Date: Mon, 10 Apr 2023 15:34:57 +0200
|
||||
Subject: Fix index.html
|
||||
|
||||
|
||||
diff --git a/doc/index.html b/doc/index.html
|
||||
index 48d729a..1d5a441 100644
|
||||
--- a/doc/index.html
|
||||
+++ b/doc/index.html
|
||||
@@ -35,8 +35,8 @@
|
||||
|
||||
<h2>download</h2>
|
||||
<h3>GNU/Linux, Windows</h3>
|
||||
- <div><a href=https://github.com/troydhanson/uthash/archive/master.zip>uthash-master.zip</a></div>
|
||||
- <div><a href=https://github.com/troydhanson/uthash>git clone</a></div>
|
||||
+ <div><a href="https://github.com/troydhanson/uthash/archive/master.zip">uthash-master.zip</a></div>
|
||||
+ <div><a href="https://github.com/troydhanson/uthash">git clone</a></div>
|
||||
|
||||
<h2>license</h2>
|
||||
<div><a href="license.html">BSD revised</a></div>
|
||||
--
|
||||
2.37.3
|
||||
|
||||
Reference in New Issue
Block a user