summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThe-EDev2022-06-30 21:30:26 +0300
committerThe-EDev2022-06-30 21:30:26 +0300
commitaf18c9a6727297fc983aef4ea41aa28d7d78eb93 (patch)
tree6ab4af4742df18aa6ab766134bd7cbf14b7bc05b
parentfce6c3ad686535014ddc2865b127b1013c2e5f49 (diff)
downloadaur-af18c9a6727297fc983aef4ea41aa28d7d78eb93.tar.gz
update package hashes
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9694d6e1149f..2b64971dfd82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = crow
pkgdesc = A Fast and Easy to use C++ microframework for the web.
pkgver = 1.0+4
- pkgrel = 1
+ pkgrel = 2
url = https://crowcpp.org
changelog = changelog.md
arch = any
@@ -12,7 +12,7 @@ pkgbase = crow
optdepends = cmake: Choose this if you plan on using CMake for your Crow project
conflicts = crow-git
source = https://github.com/CrowCpp/crow/releases/download/v1.0+4/crow-v1.0+4.tar.gz
- md5sums = e436fdfb6d3263a3a396315dd06e9608
- sha256sums = 49b9875db612340c675b1c6e87229c9011a6e9c1c226f853e9f5f68c75a2a6cd
+ md5sums = 21e635572f5e7fff1ccf432d192cbf34
+ sha256sums = 66c0bb613dd37dc57995cbbdae22626221124d05483bf1bda0bb3c2efc802376
pkgname = crow
diff --git a/PKGBUILD b/PKGBUILD
index 6f6ae58ec8aa..6aff629a5baf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: The-EDev <farook@the-e-dev.com>
pkgname=crow
pkgver=1.0+4
-pkgrel=1
+pkgrel=2
pkgdesc="A Fast and Easy to use C++ microframework for the web."
arch=(any)
url="https://crowcpp.org"
@@ -11,8 +11,8 @@ optdepends=('openssl: HTTPS support' 'zlib: HTTP compression support' 'cmake: Ch
conflicts=("$pkgname-git")
changelog='changelog.md'
source=("https://github.com/CrowCpp/$pkgname/releases/download/v$pkgver/crow-v$pkgver.tar.gz")
-md5sums=('e436fdfb6d3263a3a396315dd06e9608')
-sha256sums=('49b9875db612340c675b1c6e87229c9011a6e9c1c226f853e9f5f68c75a2a6cd')
+md5sums=('21e635572f5e7fff1ccf432d192cbf34')
+sha256sums=('66c0bb613dd37dc57995cbbdae22626221124d05483bf1bda0bb3c2efc802376')
package() {
echo "installing to \"$pkgdir/usr/local/\""