We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3125ec0 commit 4bc2cfaCopy full SHA for 4bc2cfa
snapcraft/snap/snapcraft.yaml
@@ -1,14 +1,14 @@
1
name: bcrypt-tool
2
-base: core18
3
-version: 'v1.1.0'
+base: core20
+version: 'v1.1.1'
4
summary: bcrypt-tool is a dandy CLI tool for generating and matching bcrypt hashes
5
description: |
6
bcrypt-tool is a dandy CLI tool for generating and matching bcrypt hashes
7
8
grade: stable
9
confinement: strict
10
architectures:
11
- - amd64
+ - build-on: amd64
12
13
apps:
14
bcrypt-tool:
@@ -17,8 +17,9 @@ apps:
17
parts:
18
19
plugin: go
20
- go-channel: 1.13/stable
21
- source-tag: v1.1.0
22
- go-packages: [github.com/shoenig/bcrypt-tool]
+ go-channel: 1.16/stable
+ source: https://github.com/shoenig/bcrypt-tool
+ source-type: git
23
+ source-tag: v1.1.1
24
build-packages:
25
- git
0 commit comments