parent
799287c72c
commit
3a9f864c5d
2 changed files with 2 additions and 16 deletions
|
@ -1,14 +0,0 @@
|
||||||
|
|
||||||
keep version numbers consistent
|
|
||||||
|
|
||||||
--- src/CMakeLists.txt 2017-12-25 10:39:21.000000000 +0100
|
|
||||||
+++ src/CMakeLists.txt 2017-12-27 19:38:53.770975434 +0100
|
|
||||||
@@ -4,7 +4,7 @@
|
|
||||||
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
|
|
||||||
include(DisallowInSource)
|
|
||||||
|
|
||||||
-project(cutter VERSION 1.0)
|
|
||||||
+project(cutter VERSION 1.1)
|
|
||||||
|
|
||||||
set(CMAKE_CXX_STANDARD 11)
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cutter'
|
# Template file for 'cutter'
|
||||||
pkgname=cutter
|
pkgname=cutter
|
||||||
version=1.1
|
version=1.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
build_wrksrc="src"
|
build_wrksrc="src"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="johannes <johannes.brechtmann@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="https://github.com/radareorg/cutter"
|
homepage="https://github.com/radareorg/cutter"
|
||||||
distfiles="https://github.com/radareorg/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/radareorg/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=ed1be7778f6a733343d4628a0ba2598f6c3f521e08c6d45289a58c2313e2297b
|
checksum=5b9e27dd54849744e9ac0075137fecabe4bed4e82ad220c2c0e0a348c0665783
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin build/cutter
|
vbin build/cutter
|
||||||
|
|
Loading…
Reference in a new issue