Browse Source

fix snap

pull/901/head
ginuerzh 4 years ago
parent
commit
910d58c8ab
  1. 4
      snap/snapcraft.yaml

4
snap/snapcraft.yaml

@ -1,5 +1,5 @@
name: gost name: gost
base: core20 base: core22
version: '2.11.3' version: '2.11.3'
summary: A simple security tunnel written in golang summary: A simple security tunnel written in golang
description: | description: |
@ -20,7 +20,7 @@ parts:
source: https://github.com/ginuerzh/gost source: https://github.com/ginuerzh/gost
source-subdir: cmd/gost source-subdir: cmd/gost
source-type: git source-type: git
source-tag: v2.11.2 source-tag: v2.11.3
build-packages: build-packages:
- gcc - gcc

Loading…
Cancel
Save