From b0685a6f28cff5cc5fe12997dfae354e3c5459a5 Mon Sep 17 00:00:00 2001 From: Giovanni Santini Date: Sat, 10 May 2025 14:10:58 +0200 Subject: [PATCH] upgpkg: devscripts 2.25.11-1 - Version bump. --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 791564f..657a657 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = devscripts pkgdesc = Scripts to make the life of a Debian Package maintainer easier - pkgver = 2.25.8 + pkgver = 2.25.11 pkgrel = 1 url = https://tracker.debian.org/pkg/devscripts arch = i686 @@ -40,9 +40,9 @@ pkgbase = devscripts provides = checkbashisms conflicts = checkbashisms options = !makeflags - source = https://deb.debian.org/debian/pool/main/d/devscripts/devscripts_2.25.8.tar.xz + source = https://deb.debian.org/debian/pool/main/d/devscripts/devscripts_2.25.11.tar.xz source = fixes.patch - sha256sums = 902d5bedd46158f65b70cf4f27c6955498bc874e7be817d37780a7d6dc9d8c47 + sha256sums = c6b8c2b3dc00703fa8899906bc3accc5d0f928220c74426c4306423008e20699 sha256sums = 7aef55eaf111cf2ec99f68d9a69357bd8b5f400d3260ccf99c981ab37de93b07 pkgname = devscripts diff --git a/PKGBUILD b/PKGBUILD index 568071a..76b40e8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ # Contributor: JD Horelick pkgname=devscripts -pkgver=2.25.8 +pkgver=2.25.11 pkgrel=1 pkgdesc="Scripts to make the life of a Debian Package maintainer easier" arch=('i686' 'x86_64') @@ -46,7 +46,7 @@ source=( "https://deb.debian.org/debian/pool/main/${pkgname:0:1}/${pkgname}/${pkgname}_${pkgver}.tar.xz" fixes.patch ) -sha256sums=('902d5bedd46158f65b70cf4f27c6955498bc874e7be817d37780a7d6dc9d8c47' +sha256sums=('c6b8c2b3dc00703fa8899906bc3accc5d0f928220c74426c4306423008e20699' '7aef55eaf111cf2ec99f68d9a69357bd8b5f400d3260ccf99c981ab37de93b07') prepare(){