summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThe-EDev2022-06-28 17:21:51 +0300
committerThe-EDev2022-06-28 17:21:51 +0300
commitfce6c3ad686535014ddc2865b127b1013c2e5f49 (patch)
tree3239e788ead32fa39793c46cdd0809eb99c90aec
parentc5133dc036c7298fd8bc8ea80f0b9ec8639ccb91 (diff)
downloadaur-fce6c3ad686535014ddc2865b127b1013c2e5f49.tar.gz
update package to v1.0+4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28f1c2399ecb..9694d6e1149f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = crow
pkgdesc = A Fast and Easy to use C++ microframework for the web.
- pkgver = 1.0+3
+ pkgver = 1.0+4
pkgrel = 1
url = https://crowcpp.org
changelog = changelog.md
@@ -11,8 +11,8 @@ pkgbase = crow
optdepends = zlib: HTTP compression support
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+3/crow-v1.0+3.tar.gz
- md5sums = 9e5bbbf5e32a12f547268da7579b00bd
- sha256sums = 49e6e1162457cd4da49da76c50af3e725d6f7d1f4698bef44d65563f06514fa4
+ source = https://github.com/CrowCpp/crow/releases/download/v1.0+4/crow-v1.0+4.tar.gz
+ md5sums = e436fdfb6d3263a3a396315dd06e9608
+ sha256sums = 49b9875db612340c675b1c6e87229c9011a6e9c1c226f853e9f5f68c75a2a6cd
pkgname = crow
diff --git a/PKGBUILD b/PKGBUILD
index e8a85c2bdf2e..6f6ae58ec8aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: The-EDev <farook@the-e-dev.com>
pkgname=crow
-pkgver=1.0+3
+pkgver=1.0+4
pkgrel=1
pkgdesc="A Fast and Easy to use C++ microframework for the web."
arch=(any)
@@ -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=('9e5bbbf5e32a12f547268da7579b00bd')
-sha256sums=('49e6e1162457cd4da49da76c50af3e725d6f7d1f4698bef44d65563f06514fa4')
+md5sums=('e436fdfb6d3263a3a396315dd06e9608')
+sha256sums=('49b9875db612340c675b1c6e87229c9011a6e9c1c226f853e9f5f68c75a2a6cd')
package() {
echo "installing to \"$pkgdir/usr/local/\""