File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
12
12
"github.com/gopacket/gopacket/pcapgo"
13
13
"github.com/kor44/extcap"
14
14
15
- "github.com/buglloc/Mr.Duppl /software/pkg/dupplcap"
15
+ "github.com/buglloc/mr.duppl /software/pkg/dupplcap"
16
16
)
17
17
18
18
const (
@@ -29,7 +29,7 @@ func main() {
29
29
Usage : "dupplcap" ,
30
30
Version : extcap.VersionInfo {
31
31
Info : "1.0.0" ,
32
- Help : "https://github.com/buglloc/Mr.Duppl " ,
32
+ Help : "https://github.com/buglloc/mr.duppl " ,
33
33
},
34
34
HelpPage : "DupplCAP - extcap application to integrate Mr.Duppl with Wireshark or something" ,
35
35
GetInterfaces : getAllInterfaces ,
Original file line number Diff line number Diff line change 1
- module github.com/buglloc/Mr.Duppl /software
1
+ module github.com/buglloc/mr.duppl /software
2
2
3
3
go 1.23.1
4
4
Original file line number Diff line number Diff line change 1
1
# Maintainer: Andrew Krasichkov <[email protected] >
2
2
3
3
pkgname=mr.duppl
4
- pkgver=0 .0.1
4
+ pkgver=1 .0.0
5
5
pkgrel=1
6
6
pkgdesc=" The DupplCAP application to integrate Mr.Duppl with Wireshark or something"
7
7
arch=(" x86_64" )
8
- url=" https://github.com/buglloc/Mr.Duppl /software"
8
+ url=" https://github.com/buglloc/$pkgname /software"
9
9
license=(" MIT" )
10
10
depends=(" glibc" )
11
11
makedepends=(
12
12
" go"
13
13
)
14
14
options=(" !lto" )
15
- source=(" https://github.com/buglloc/Mr.Duppl /archive/refs/tags/v$pkgver .tar.gz" )
16
- sha256sums=(' 7e6c696c2ad0435f42800ac0dd5197c0a9035bf27a49cdfcd6fff2b1a50b678a ' )
15
+ source=(" https://github.com/buglloc/$pkgname /archive/refs/tags/v$pkgver .tar.gz" )
16
+ sha256sums=(' 7b1cdb06cb530d9ea712525ddb4edda7876f75e6533496709a3e360e8960de9b ' )
17
17
18
18
prepare () {
19
19
cd " $pkgname -$pkgver /software"
You can’t perform that action at this time.
0 commit comments