summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Bunkus2023-02-04 12:45:13 +0100
committerMoritz Bunkus2023-02-04 12:45:13 +0100
commit650b777a956f5cf8ff1eae84fe3802bd63bb2475 (patch)
treedf2a39b7695fe0155c0f35db492c6e6b0c47b6ed
parentebccae282638e67eeb1c5731e2c769b86d241cef (diff)
downloadaur-650b777a956f5cf8ff1eae84fe3802bd63bb2475.tar.gz
update to version 0.835-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a513fffafe4..149384b6501e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = perl-net-sip
pkgdesc = SIP (Voice Over IP, RFC3261) packet handling
- pkgver = 0.834
+ pkgver = 0.835
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.834.tar.gz
- sha512sums = e2fcd2bb444530cfe699dbe744045204d0d9d4aaa6c6104ba5e592d6de905b2066411aa10d77d55d39a670073fc10c172407df7eb434a9b1507197985ed92f10
+ source = https://cpan.metacpan.org/authors/id/S/SU/SULLR/Net-SIP-0.835.tar.gz
+ sha512sums = 7dd66b48c6d6f1b188349c1390e8f1b8b171c8f784a5af798b681c4e5a7326f3d42b57fa2ff3d1093f3951772222d8583e4bd8770f851285c0ad47eeff25de99
pkgname = perl-net-sip
diff --git a/PKGBUILD b/PKGBUILD
index 5fb105f15e4d..5a31e3f1c429 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Moritz Bunkus <moritz@bunkus.org>
pkgname="perl-net-sip"
-pkgver="0.834"
+pkgver="0.835"
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=('e2fcd2bb444530cfe699dbe744045204d0d9d4aaa6c6104ba5e592d6de905b2066411aa10d77d55d39a670073fc10c172407df7eb434a9b1507197985ed92f10')
+sha512sums=('7dd66b48c6d6f1b188349c1390e8f1b8b171c8f784a5af798b681c4e5a7326f3d42b57fa2ff3d1093f3951772222d8583e4bd8770f851285c0ad47eeff25de99')
prepare_environment() {
export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \