mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
abireport: update to 1.0.11
This commit is contained in:
parent
1cca1a34cd
commit
a066731a1d
2 changed files with 4 additions and 51 deletions
|
@ -1,47 +0,0 @@
|
|||
--- src/abireport/main.go
|
||||
+++ src/abireport/main.go
|
||||
@@ -17,7 +17,7 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
- "abireport/cmd"
|
||||
+ "github.com/clearlinux/abireport/src/abireport/cmd"
|
||||
"os"
|
||||
)
|
||||
|
||||
--- src/abireport/cmd/root.go
|
||||
+++ src/abireport/cmd/root.go
|
||||
@@ -18,7 +18,7 @@ package cmd
|
||||
|
||||
import (
|
||||
"github.com/spf13/cobra"
|
||||
- "libabi"
|
||||
+ "github.com/clearlinux/abireport/src/libabi"
|
||||
)
|
||||
|
||||
var (
|
||||
--- src/abireport/cmd/scan_packages.go
|
||||
+++ src/abireport/cmd/scan_packages.go
|
||||
@@ -17,10 +17,10 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
- "explode"
|
||||
+ "github.com/clearlinux/abireport/src/explode"
|
||||
"fmt"
|
||||
"github.com/spf13/cobra"
|
||||
- "libabi"
|
||||
+ "github.com/clearlinux/abireport/src/libabi"
|
||||
"os"
|
||||
"path/filepath"
|
||||
)
|
||||
--- src/abireport/cmd/scan_tree.go
|
||||
+++ src/abireport/cmd/scan_tree.go
|
||||
@@ -19,7 +19,7 @@ package cmd
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/spf13/cobra"
|
||||
- "libabi"
|
||||
+ "github.com/clearlinux/abireport/src/libabi"
|
||||
"os"
|
||||
)
|
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'abireport'
|
||||
pkgname=abireport
|
||||
version=1.0.7
|
||||
version=1.0.11
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path=github.com/clearlinux/abireport
|
||||
go_package="${go_import_path}/src/abireport"
|
||||
go_package="${go_import_path}/abi-report"
|
||||
short_desc="Tool to create ABI reports from ELF binaries"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/clearlinux/abireport"
|
||||
distfiles="https://github.com/clearlinux/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=c46c46bff3dc873cb84a66c639c38b2df14f095d95a4bb77e3b96904b8219399
|
||||
distfiles="https://github.com/clearlinux/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.xz"
|
||||
checksum=2cf4c6cbb14e9d8839d11158142f44589779483c29433d8c422ed9cfa818e7d1
|
||||
|
||||
post_install() {
|
||||
vman man/abireport.1
|
||||
|
|
Loading…
Add table
Reference in a new issue