diff --git a/srcpkgs/squirrel/patches/fix-version.patch b/srcpkgs/squirrel/patches/fix-version.patch new file mode 100644 index 00000000000..172bc0bad7b --- /dev/null +++ b/srcpkgs/squirrel/patches/fix-version.patch @@ -0,0 +1,20 @@ +From af69eb70844d5830c99d24e671352b2e5e0fe255 Mon Sep 17 00:00:00 2001 +From: Ingo Ruhnke +Date: Tue, 8 Mar 2022 18:25:30 +0100 +Subject: [PATCH] fixed version number in CMakeLists.txt + +--- + CMakeLists.txt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index dc35b6f4..1870f990 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -1,5 +1,5 @@ + cmake_minimum_required(VERSION 3.4) +-project(squirrel VERSION 3.1 LANGUAGES C CXX) ++project(squirrel VERSION 3.2 LANGUAGES C CXX) + + option(DISABLE_STATIC "Avoid building/installing static libraries.") + option(LONG_OUTPUT_NAMES "Use longer names for binaries and libraries: squirrel3 (not sq).") diff --git a/srcpkgs/squirrel/template b/srcpkgs/squirrel/template index 32fdef7af99..6c36f7595c7 100644 --- a/srcpkgs/squirrel/template +++ b/srcpkgs/squirrel/template @@ -1,7 +1,7 @@ # Template file for 'squirrel' pkgname=squirrel version=3.2 -revision=2 +revision=3 build_style=cmake short_desc="Squirrel Programming Language" maintainer="Wilson Birney "