summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpappy2023-12-28 15:33:42 +0200
committerpappy2023-12-28 15:33:42 +0200
commit29ea826e8c58b1f88a42b01a25b6e52cac3c9b04 (patch)
tree555710e5f378a092eafdc35727ace99ee2051544 /PKGBUILD
parent9bdb0f45f13c31887c005de822167b289949967b (diff)
downloadaur-perl-http-server-simple-static.tar.gz
0.14
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bf591c22224e..304229952182 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,16 @@
-# Maintainer: Pappy STÄ‚NESCU <pappy _AT_ a s c e l i o n _DOT_ com>
+# Maintainer: pappy <pa314159@users.noreply.github.com>
_cpan_name=HTTP-Server-Simple-Static
_cpan_desc='Serve static files with HTTP::Server::Simple'
_cpan_author=sjquinney
-_cpan_version=0.12
-_cpan_md5=4ef0085b300a1e001b76b484d724e0d3
+_cpan_version=0.14
pkgrel=1
pkgname=perl-${_cpan_name,,}
pkgdesc=$_cpan_desc
pkgver=$_cpan_version
-md5sums=($_cpan_md5)
+sha256sums=('a66532dc9745ce50f7ad75f0b635a4d010d2dce03e94da1b985b161d07586902')
depends=('perl-http-server-simple' 'perl-http-date')
-makedepends=('')
-checkdepends=()
_cpan_path=${_cpan_author:0:1}/${_cpan_author:0:2}/${_cpan_author}