summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-03-01 08:54:44 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2023-03-01 08:54:44 +0100
commit6da4645081e94fe197c62f92d7af37b2428d6e65 (patch)
treefb8dbc94c997798a435fda014e82e1bb58591608 /Makefile
parentafc37f438fd0116b1dc7615b75e2db8472f6352b (diff)
Version: Downgrade to 0.99.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1a22cf5..73754ce 100644
--- a/Makefile
+++ b/Makefile
@@ -35,9 +35,9 @@ srpm:
rm -rf dist/*
# Archive code with vendored dependencies
- git clone . dist/libeduvpn-common-1.0.0
+ git clone . dist/libeduvpn-common-0.99.0
go mod vendor
- cp -r vendor dist/libeduvpn-common-1.0.0/vendor
+ cp -r vendor dist/libeduvpn-common-0.99.0/vendor
tar -zcvf ~/rpmbuild/SOURCES/libeduvpn-common.tar.gz -C dist .
# Cleanup