Browse Source

liburi-perl: upgrade 5.31 -> 5.32

Changelog:
=============
- Add authority() to URI::otpauth
- Implement URI::smb for Samba/CIFS
- Silence warnings issued in t/otpauth.t

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Wang Mingyu 1 week ago
parent
commit
3bf0ebf5d6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      meta-perl/recipes-perl/liburi/liburi-perl_5.32.bb

+ 1 - 1
meta-perl/recipes-perl/liburi/liburi-perl_5.31.bb → meta-perl/recipes-perl/liburi/liburi-perl_5.32.bb

@@ -12,7 +12,7 @@ SRC_URI = "${CPAN_MIRROR}/authors/id/O/OA/OALDERS/URI-${PV}.tar.gz \
            file://0001-Skip-TODO-test-cases-that-fail.patch \
            "
 
-SRC_URI[sha256sum] = "b9c4d58b2614b8611ae03a95a6d60ed996f4b311ef3cd5a937b92f1825ecc564"
+SRC_URI[sha256sum] = "9632067d34e14e0dae2da94631c4f25a387fcc48d06fa29330e8b3c04c4e913d"
 
 S = "${WORKDIR}/URI-${PV}"