From 5cf574a28d7d3ae3f8e5281d35d83f2995940b22 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 28 May 2020 17:00:09 +0200 Subject: [PATCH] Better handling of source downlink URL --- Makefile | 2 +- streamdeckpp.spec.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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@