File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
1212 "github.com/gopacket/gopacket/pcapgo"
1313 "github.com/kor44/extcap"
1414
15- "github.com/buglloc/Mr.Duppl /software/pkg/dupplcap"
15+ "github.com/buglloc/mr.duppl /software/pkg/dupplcap"
1616)
1717
1818const (
@@ -29,7 +29,7 @@ func main() {
2929 Usage : "dupplcap" ,
3030 Version : extcap.VersionInfo {
3131 Info : "1.0.0" ,
32- Help : "https://github.com/buglloc/Mr.Duppl " ,
32+ Help : "https://github.com/buglloc/mr.duppl " ,
3333 },
3434 HelpPage : "DupplCAP - extcap application to integrate Mr.Duppl with Wireshark or something" ,
3535 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
22
33go 1.23.1
44
Original file line number Diff line number Diff line change 11# Maintainer: Andrew Krasichkov <[email protected] >22
33pkgname=mr.duppl
4- pkgver=0 .0.1
4+ pkgver=1 .0.0
55pkgrel=1
66pkgdesc=" The DupplCAP application to integrate Mr.Duppl with Wireshark or something"
77arch=(" x86_64" )
8- url=" https://github.com/buglloc/Mr.Duppl /software"
8+ url=" https://github.com/buglloc/$pkgname /software"
99license=(" MIT" )
1010depends=(" glibc" )
1111makedepends=(
1212 " go"
1313)
1414options=(" !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 ' )
1717
1818prepare () {
1919 cd " $pkgname -$pkgver /software"
You can’t perform that action at this time.
0 commit comments