Skip to content

Commit d40798b

Browse files
authored
rename&&pkgbuild (#3)
1 parent 7f2ad51 commit d40798b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

software/cmd/dupplcap/main.go

+2-2
Original file line numberDiff line numberDiff 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

1818
const (
@@ -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,

software/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/buglloc/Mr.Duppl/software
1+
module github.com/buglloc/mr.duppl/software
22

33
go 1.23.1
44

software/packages/archlinux/PKGBUILD

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# Maintainer: Andrew Krasichkov <[email protected]>
22

33
pkgname=mr.duppl
4-
pkgver=0.0.1
4+
pkgver=1.0.0
55
pkgrel=1
66
pkgdesc="The DupplCAP application to integrate Mr.Duppl with Wireshark or something"
77
arch=("x86_64")
8-
url="https://github.com/buglloc/Mr.Duppl/software"
8+
url="https://github.com/buglloc/$pkgname/software"
99
license=("MIT")
1010
depends=("glibc")
1111
makedepends=(
1212
"go"
1313
)
1414
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')
1717

1818
prepare() {
1919
cd "$pkgname-$pkgver/software"

0 commit comments

Comments
 (0)