View | Details | Raw Unified | Return to bug 276274
Collapse All | Expand All

(-)archivers/bzip3/files/patch-CMakeLists.txt (+13 lines)
Added Link Here
1
diff --git CMakeLists.txt CMakeLists.txt
2
index cb24d6f..82780ed 100644
3
--- CMakeLists.txt
4
+++ CMakeLists.txt
5
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
6
 
7
 project(
8
   bzip3
9
-  VERSION 1.3.0
10
+  VERSION 1.4.0
11
   DESCRIPTION "A better and stronger spiritual successor to BZip2"
12
   HOMEPAGE_URL "https://github.com/kspalaiologos/bzip3"
13
   LANGUAGES C)

Return to bug 276274