Skip to content

Commit 4bc2cfa

Browse files
committed
nobug: update snapcraft yaml info
1 parent 3125ec0 commit 4bc2cfa

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

snapcraft/snap/snapcraft.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: bcrypt-tool
2-
base: core18
3-
version: 'v1.1.0'
2+
base: core20
3+
version: 'v1.1.1'
44
summary: bcrypt-tool is a dandy CLI tool for generating and matching bcrypt hashes
55
description: |
66
bcrypt-tool is a dandy CLI tool for generating and matching bcrypt hashes
77
88
grade: stable
99
confinement: strict
1010
architectures:
11-
- amd64
11+
- build-on: amd64
1212

1313
apps:
1414
bcrypt-tool:
@@ -17,8 +17,9 @@ apps:
1717
parts:
1818
bcrypt-tool:
1919
plugin: go
20-
go-channel: 1.13/stable
21-
source-tag: v1.1.0
22-
go-packages: [github.com/shoenig/bcrypt-tool]
20+
go-channel: 1.16/stable
21+
source: https://github.com/shoenig/bcrypt-tool
22+
source-type: git
23+
source-tag: v1.1.1
2324
build-packages:
2425
- git

0 commit comments

Comments
 (0)