summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Bunkus2023-07-17 11:16:05 +0200
committerMoritz Bunkus2023-07-17 11:16:05 +0200
commit815c3bb0e1169a9b508b68d3999da3a72b914e25 (patch)
tree3369fccd8633cd9080f57d40a3396d572e784ae2
parent650b777a956f5cf8ff1eae84fe3802bd63bb2475 (diff)
downloadaur-815c3bb0e1169a9b508b68d3999da3a72b914e25.tar.gz
update to version 0.836-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 149384b6501e..3ec39eb2db79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = perl-net-sip
pkgdesc = SIP (Voice Over IP, RFC3261) packet handling
- pkgver = 0.835
+ pkgver = 0.836
pkgrel = 1
url = https://github.com/noxxi/p5-net-sip
arch = any
license = PerlArtistic
depends = perl-net-dns
options = !emptydirs
- source = https://cpan.metacpan.org/authors/id/S/SU/SULLR/Net-SIP-0.835.tar.gz
- sha512sums = 7dd66b48c6d6f1b188349c1390e8f1b8b171c8f784a5af798b681c4e5a7326f3d42b57fa2ff3d1093f3951772222d8583e4bd8770f851285c0ad47eeff25de99
+ source = https://cpan.metacpan.org/authors/id/S/SU/SULLR/Net-SIP-0.836.tar.gz
+ sha512sums = a87096ffaac2c87f252f7d06524398341e5f3a674745fa7a1613aeb087d29edcb933c28fce750b0ce77f54a83a91c6ffea8c95743c97370368c4e83af98da8d9
pkgname = perl-net-sip
diff --git a/PKGBUILD b/PKGBUILD
index 5a31e3f1c429..70a2fb6aac67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Moritz Bunkus <moritz@bunkus.org>
pkgname="perl-net-sip"
-pkgver="0.835"
+pkgver="0.836"
pkgrel="1"
pkgdesc="SIP (Voice Over IP, RFC3261) packet handling"
arch=("any")
@@ -10,7 +10,7 @@ options=("!emptydirs")
depends=("perl-net-dns")
url="https://github.com/noxxi/p5-net-sip"
source=("https://cpan.metacpan.org/authors/id/S/SU/SULLR/Net-SIP-${pkgver}.tar.gz")
-sha512sums=('7dd66b48c6d6f1b188349c1390e8f1b8b171c8f784a5af798b681c4e5a7326f3d42b57fa2ff3d1093f3951772222d8583e4bd8770f851285c0ad47eeff25de99')
+sha512sums=('a87096ffaac2c87f252f7d06524398341e5f3a674745fa7a1613aeb087d29edcb933c28fce750b0ce77f54a83a91c6ffea8c95743c97370368c4e83af98da8d9')
prepare_environment() {
export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \