Skip to content

Commit

Permalink
v0.6.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dreadl0ck committed Aug 22, 2021
1 parent 2f7bd16 commit 3eaedc9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
46 changes: 23 additions & 23 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,29 +90,29 @@ archives:
# Disables the binary count check - TODO add multiple archives
#allow_different_binary_count: true

nfpms:
-
id: "netcap"
builds: ['netcap']
formats:
- deb
maintainer: "Philipp Mieden <dreadl0ck@protonmail.ch>"
description: "A framework for secure and scalable network traffic analysis"
license: "GPL v3"
vendor: "netcap.io"
homepage: "https://netcap.io/"
file_name_template: "{{.ProjectName}}_{{.Version}}_{{.Os}}-{{.Arch}}"
replacements:
amd64: 64bit
386: 32bit
arm: ARM
arm64: ARM64
darwin: macOS
linux: Linux
windows: Windows
openbsd: OpenBSD
netbsd: NetBSD
freebsd: FreeBSD
#nfpms:
# -
# id: "netcap"
# builds: ['netcap']
# formats:
# - deb
# maintainer: "Philipp Mieden <dreadl0ck@protonmail.ch>"
# description: "A framework for secure and scalable network traffic analysis"
# license: "GPL v3"
# vendor: "netcap.io"
# homepage: "https://netcap.io/"
# file_name_template: "{{.ProjectName}}_{{.Version}}_{{.Os}}-{{.Arch}}"
# replacements:
# amd64: 64bit
# 386: 32bit
# arm: ARM
# arm64: ARM64
# darwin: macOS
# linux: Linux
# windows: Windows
# openbsd: OpenBSD
# netbsd: NetBSD
# freebsd: FreeBSD

checksum:
name_template: 'checksums.txt'
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package netcap
var Version = "v0.6.2"

// Commit is the git commit id of the current version.
var Commit = "aa2357b6a611c4d8f2df76eb14b3b9aa0688bb62"
var Commit = "2f7bd16d983b872a82af2ec8f6e14bef297830b8"

0 comments on commit 3eaedc9

Please sign in to comment.