Date: Tuesday, November 8, 2022 @ 01:02:31
  Author: grawlinson
Revision: 1345892

upgpkg: rustscan 2.1.1-1; new upstream release

Modified:
  rustscan/trunk/PKGBUILD
  rustscan/trunk/update-lockfile.patch

-----------------------+
 PKGBUILD              |    9 +++++----
 update-lockfile.patch |    6 +++---
 2 files changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-07 23:20:31 UTC (rev 1345891)
+++ PKGBUILD    2022-11-08 01:02:31 UTC (rev 1345892)
@@ -3,8 +3,8 @@
 # Contributor: Hao Long <[email protected]>
 
 pkgname=rustscan
-pkgver=2.1.0
-pkgrel=2
+pkgver=2.1.1
+pkgrel=1
 pkgdesc='A modern port scanner'
 arch=('x86_64')
 url='https://github.com/rustscan/RustScan'
@@ -13,13 +13,13 @@
 makedepends=('git' 'rust')
 checkdepends=('python')
 options=('!lto')
-_commit='075025113d849303af8366ada88da2edcd8a24c0'
+_commit='bd32f4ead4edd662633c1dd1f569132352ed9f04'
 source=(
   "$pkgname::git+$url#commit=$_commit"
   'update-lockfile.patch'
 )
 b2sums=('SKIP'
-        
'bede006174ed64bb1f2dcfb1ea4fc9e8b676af176c25299415a99e107581103c04f1ec08363bdd8106129ad694fb8f0b3be9d0e216222b57e44de5166f519b83')
+        
'2e9ee58867414ffc5148e4c4213a4cf1641961a9f540e201cc6311011b19fd32559e9af668aae514b13b53f024bd51764bb0853501dd7919f305aa71a17066f0')
 
 pkgver() {
   cd "$pkgname"
@@ -31,6 +31,7 @@
   cd "$pkgname"
 
   # update out-of-sync lockfile
+  # https://github.com/RustScan/RustScan/issues/460
   patch -p1 -i ../update-lockfile.patch
 
   # download dependencies

Modified: update-lockfile.patch
===================================================================
--- update-lockfile.patch       2022-11-07 23:20:31 UTC (rev 1345891)
+++ update-lockfile.patch       2022-11-08 01:02:31 UTC (rev 1345892)
@@ -1,11 +1,11 @@
 --- a/Cargo.lock
 +++ b/Cargo.lock
-@@ -1110,7 +1110,7 @@
+@@ -1110,7 +1110,7 @@ dependencies = [
  
  [[package]]
  name = "rustscan"
--version = "2.0.0"
-+version = "2.1.0"
+-version = "2.1.0"
++version = "2.1.1"
  dependencies = [
   "ansi_term",
   "anyhow",

Reply via email to