cutter: update to 1.1.

Closes: #10259 [via git-merge-pr]
This commit is contained in:
johannes 2017-12-29 00:09:55 +01:00 committed by Jürgen Buchmüller
parent c1d5103d96
commit 8a187d30b0
2 changed files with 17 additions and 4 deletions

View file

@ -0,0 +1,14 @@
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)

View file

@ -1,7 +1,7 @@
# Template file for 'cutter'
pkgname=cutter
version=1.0
revision=2
version=1.1
revision=1
build_style=cmake
build_wrksrc="src"
hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
@ -11,9 +11,8 @@ maintainer="johannes <johannes.brechtmann@gmail.com>"
license="GPL-3"
homepage="https://github.com/radareorg/cutter"
distfiles="https://github.com/radareorg/${pkgname}/archive/v${version}.tar.gz"
checksum=a8bf516c6883542b6ae8540463d2b3672aa51b7bdecb60cd4dc910df98b8f431
checksum=ed1be7778f6a733343d4628a0ba2598f6c3f521e08c6d45289a58c2313e2297b
do_install() {
vbin build/cutter
}