Skip to content

Commit e8d0832

Browse files
committed
Update libui-ng
1 parent 720da76 commit e8d0832

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

download.cr

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
require "compress/zip"
22
require "file_utils"
33

4+
<<<<<<< Updated upstream
45
COMMIT_HASH = ENV["LIBUI_NG_COMMIT_HASH"]? || "4d4127c-experimental"
6+
||||||| Stash base
7+
COMMIT_HASH = ENV["LIBUI_NG_COMMIT_HASH"]? || "09260c9-experimental"
8+
=======
9+
COMMIT_HASH = ENV["LIBUI_NG_COMMIT_HASH"]? || "8539688-experimental"
10+
>>>>>>> Stashed changes
511

612
# Path constants
713
BUILD_DIR = "builddir"

0 commit comments

Comments
 (0)