mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 19:55:26 +03:00
community/seaward: upgrade to 1.1.0
This commit is contained in:
parent
f39e9cddeb
commit
8f99cdcaa4
3 changed files with 3 additions and 37 deletions
|
@ -1,17 +1,14 @@
|
||||||
# Contributor: Sam Nystrom <sam@samnystrom.dev>
|
# Contributor: Sam Nystrom <sam@samnystrom.dev>
|
||||||
# Maintainer: Sam Nystrom <sam@samnystrom.dev>
|
# Maintainer: Sam Nystrom <sam@samnystrom.dev>
|
||||||
pkgname=seaward
|
pkgname=seaward
|
||||||
pkgver=1.0.3
|
pkgver=1.1.0
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Crawler which searches for links or a specified word in a website"
|
pkgdesc="Crawler which searches for links or a specified word in a website"
|
||||||
url="https://github.com/M3nny/seaward"
|
url="https://github.com/M3nny/seaward"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
makedepends="cargo cargo-auditable openssl-dev"
|
makedepends="cargo cargo-auditable openssl-dev"
|
||||||
source="$pkgname-$pkgver.tar.gz::https://github.com/M3nny/seaward/archive/refs/tags/$pkgver.tar.gz
|
source="$pkgname-$pkgver.tar.gz::https://github.com/M3nny/seaward/archive/refs/tags/$pkgver.tar.gz"
|
||||||
cargo-update-libc.patch
|
|
||||||
cargo-update-version.patch
|
|
||||||
"
|
|
||||||
options="!check" # no tests
|
options="!check" # no tests
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
@ -29,7 +26,5 @@ package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
490c7fd725beb84b8ad5fdf77e806af7fb0370802d9098b5b299b18dc054111dbeac0df9cb03fe3ef2dac9d032611512b0e879bd1e58107c63d372c70b040b04 seaward-1.0.3.tar.gz
|
5b50450df173e694b63808bdc1dd7387ee4fcf253c6465539331c3c1032640446b33b29ebe7c3cfdf36247c81200ef3979133205a1c137bc4fa84d4bb48a68a7 seaward-1.1.0.tar.gz
|
||||||
71c9509002516ed03f9e35aa3c56e51ca2e207c07a7b3ab68174f64899c261e8e59b101a5c1685df5da6284019561c00b69543c89166e152e4a3ba40bcd1393a cargo-update-libc.patch
|
|
||||||
df953ba1898a3865bf47d3f3f51a32edcd74a690682dc606596730700d2f133471c6e0629353866a66b043dfc23e4abf64b30086e3bff82f2a6cdf8218d54ff6 cargo-update-version.patch
|
|
||||||
"
|
"
|
||||||
|
|
|
@ -1,16 +0,0 @@
|
||||||
diff --git a/Cargo.lock b/Cargo.lock
|
|
||||||
index 368c18c..371b2f0 100644
|
|
||||||
--- a/Cargo.lock
|
|
||||||
+++ b/Cargo.lock
|
|
||||||
@@ -631,9 +631,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "libc"
|
|
||||||
-version = "0.2.147"
|
|
||||||
+version = "0.2.155"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
-checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
|
|
||||||
+checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
|
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "linux-raw-sys"
|
|
|
@ -1,13 +0,0 @@
|
||||||
diff --git a/Cargo.lock b/Cargo.lock
|
|
||||||
index 0932e7e..24a21c3 100644
|
|
||||||
--- a/Cargo.lock
|
|
||||||
+++ b/Cargo.lock
|
|
||||||
@@ -1090,7 +1090,7 @@ dependencies = [
|
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "seaward"
|
|
||||||
-version = "1.0.2"
|
|
||||||
+version = "1.0.3"
|
|
||||||
dependencies = [
|
|
||||||
"clap",
|
|
||||||
"colored",
|
|
Loading…
Add table
Add a link
Reference in a new issue