summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-11-25 14:07:28 +0800
committerChocobo12023-11-25 14:07:28 +0800
commit29c43188ff13dc96e026c9a15eac20ee47b0d643 (patch)
tree764bd48f04259064a6857de8a5adfca3fef31a76
parentafb1dc716ee820a1ca5b20c3c57eb56b3b44177d (diff)
downloadaur-29c43188ff13dc96e026c9a15eac20ee47b0d643.tar.gz
upgpkg: irtt 0.9.1-2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 629497edb50e..f9a18ade58f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = irtt
pkgdesc = Isochronous round-trip tester
pkgver = 0.9.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/heistp/irtt
arch = i686
arch = x86_64
license = BSD
makedepends = go
depends = glibc
- source = irtt-0.9.1.tar.gz::https://github.com/heistp/irtt/archive/v0.9.1.tar.gz
+ source = irtt-0.9.1.tar.gz::https://github.com/heistp/irtt/archive/refs/tags/v0.9.1.tar.gz
validpgpkeys = 35C296FC733AA777B03DB9A8CAEC8F418885D165
- sha256sums = 086178b0695c29a8b887cd4582dceb2d65f9d8735fd23e027f1dffdba891ffe6
+ sha256sums = 796538208275798b9bd7a9b4c1565a9590999c3db711e38026f2bd21f00b43ef
pkgname = irtt
-
diff --git a/PKGBUILD b/PKGBUILD
index a33c4d3c41b3..9770402dfe99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=irtt
pkgver=0.9.1
-pkgrel=1
+pkgrel=2
pkgdesc="Isochronous round-trip tester"
arch=('i686' 'x86_64')
url="https://github.com/heistp/irtt"
license=('BSD')
depends=('glibc')
makedepends=('go')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/heistp/irtt/archive/v$pkgver.tar.gz")
-sha256sums=('086178b0695c29a8b887cd4582dceb2d65f9d8735fd23e027f1dffdba891ffe6')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/heistp/irtt/archive/refs/tags/v$pkgver.tar.gz")
+sha256sums=('796538208275798b9bd7a9b4c1565a9590999c3db711e38026f2bd21f00b43ef')
validpgpkeys=('35C296FC733AA777B03DB9A8CAEC8F418885D165') # Pete Heist <pete@eventide.io>