diff --git a/Makefile b/Makefile index 3e445d2..a0030d3 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 1.0 +VERSION = 1.1 ABI = 1 CXX = g++ $(CXXSTD) diff --git a/streamdeckpp.spec.in b/streamdeckpp.spec.in index 1f44d2c..ef68fe2 100644 --- a/streamdeckpp.spec.in +++ b/streamdeckpp.spec.in @@ -3,7 +3,7 @@ Name: streamdeckpp Version: @VERSION@ Release: 1 URL: https://github.com/drepper/streamdeckpp -Source: https://github.com/drepper/streamdeckpp/releases/download/v%{version}/streamdeckpp-%{version}.tar.xz +Source: https://github.com/drepper/streamdeckpp/archive/streamdeckpp-@VERSION@.tar.xz License: LGPLv2 %define abi @ABI@