Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Fixed bad version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
dave3d committed Aug 20, 2019
1 parent 0716d11 commit 1bf13be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions simpleitk-1.2.2-0.rockspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/env lua

package = 'simpleitk'
version = '1.2.0-0'
version = '1.2.2-0'
source = {
url = 'https://github.com/SimpleITK/SimpleITKLuaRock/archive/v1.2.0.zip',
dir = 'SimpleITKLuaRock-1.2.0',
dir = 'SimpleITKLuaRock-1.2.2',
}
description = {
summary = "A Lua binding to SimpleITK.",
Expand All @@ -24,7 +24,7 @@ build = {
INSTALL_CMOD = "$(LIBDIR)",
CMAKE_BUILD_TYPE = "$(CMAKE_BUILD_TYPE)",
["CFLAGS:STRING"] = "$(CFLAGS)",
SimpleITK_VERSION = "1.2.0"
SimpleITK_VERSION = "1.2.2"
},
copy_directories = { "doc", "examples" }
}

0 comments on commit 1bf13be

Please sign in to comment.