mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 10:56:11 +00:00
Bump to Version 1.8.2 (#1568)
This commit is contained in:
parent
c0b359cb65
commit
5390a7d173
@ -1,4 +1,4 @@
|
|||||||
version: '1.8.1-git-{build}'
|
version: '1.8.2-git-{build}'
|
||||||
image: 'Visual Studio 2017'
|
image: 'Visual Studio 2017'
|
||||||
clone_depth: 1
|
clone_depth: 1
|
||||||
|
|
||||||
@ -40,7 +40,7 @@ install:
|
|||||||
- cmd: python -m pip install meson
|
- cmd: python -m pip install meson
|
||||||
- cmd: powershell -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; wget %NINJA_URL% -OutFile ninja.zip; Expand-Archive .\ninja.zip -DestinationPath ."
|
- cmd: powershell -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; wget %NINJA_URL% -OutFile ninja.zip; Expand-Archive .\ninja.zip -DestinationPath ."
|
||||||
# Artifacts
|
# Artifacts
|
||||||
- cmd: set "ARTIFACT_NAME=Cutter-v1.8.1-%ARCH%.Windows"
|
- cmd: set "ARTIFACT_NAME=Cutter-v1.8.2-%ARCH%.Windows"
|
||||||
- cmd: if defined MESON ( set "ARTIFACT_PATH=dist_%ARCH%" ) else ( set "ARTIFACT_PATH=build_%ARCH%\cutter" )
|
- cmd: if defined MESON ( set "ARTIFACT_PATH=dist_%ARCH%" ) else ( set "ARTIFACT_PATH=build_%ARCH%\cutter" )
|
||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
|
@ -17,7 +17,7 @@ download the latest release
|
|||||||
`here <https://github.com/radareorg/cutter/releases>`__.
|
`here <https://github.com/radareorg/cutter/releases>`__.
|
||||||
- OSX: Download the latest ``.dmg`` file.
|
- OSX: Download the latest ``.dmg`` file.
|
||||||
- Windows: Download the latest archive.
|
- Windows: Download the latest archive.
|
||||||
- Linux: use the AppImage file. Then just make it executable and run it: ``chmod +x Cutter-v1.8.1-x86_64.AppImage``
|
- Linux: use the AppImage file. Then just make it executable and run it: ``chmod +x Cutter-v1.8.2-x86_64.AppImage``
|
||||||
|
|
||||||
|
|
||||||
Building from sources
|
Building from sources
|
||||||
|
@ -4,7 +4,7 @@ TARGET = Cutter
|
|||||||
|
|
||||||
CUTTER_VERSION_MAJOR = 1
|
CUTTER_VERSION_MAJOR = 1
|
||||||
CUTTER_VERSION_MINOR = 8
|
CUTTER_VERSION_MINOR = 8
|
||||||
CUTTER_VERSION_PATCH = 1
|
CUTTER_VERSION_PATCH = 2
|
||||||
|
|
||||||
VERSION = $${CUTTER_VERSION_MAJOR}.$${CUTTER_VERSION_MINOR}.$${CUTTER_VERSION_PATCH}
|
VERSION = $${CUTTER_VERSION_MAJOR}.$${CUTTER_VERSION_MINOR}.$${CUTTER_VERSION_PATCH}
|
||||||
|
|
||||||
|
@ -25,6 +25,7 @@
|
|||||||
<update_contact>xarkes</update_contact>
|
<update_contact>xarkes</update_contact>
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="1.8.2" date="2019-05-20" />
|
||||||
<release version="1.8.1" date="2019-04-14" />
|
<release version="1.8.1" date="2019-04-14" />
|
||||||
<release version="1.8.0" date="2019-03-18" />
|
<release version="1.8.0" date="2019-03-18" />
|
||||||
<release version="1.7.4" date="2019-01-21" />
|
<release version="1.7.4" date="2019-01-21" />
|
||||||
|
Loading…
Reference in New Issue
Block a user