summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThe-EDev2022-05-07 13:04:23 +0300
committerThe-EDev2022-05-07 13:04:23 +0300
commitc5133dc036c7298fd8bc8ea80f0b9ec8639ccb91 (patch)
treedf8a1d79f1b87fcf98ca86276821f7aaa5fb1cb7
parent292c2bdc6b907a11b5e029bc2746fc0a097aee49 (diff)
downloadaur-c5133dc036c7298fd8bc8ea80f0b9ec8639ccb91.tar.gz
update package to v1.0+3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5f2851ee2ba..28f1c2399ecb 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+2
- pkgrel = 2
+ pkgver = 1.0+3
+ pkgrel = 1
url = https://crowcpp.org
changelog = changelog.md
arch = any
@@ -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+2/crow-v1.0+2.tar.gz
- md5sums = 6ed49d015253f7bfe70b66dcd3051282
- sha256sums = 09e752a96aff6e233871308db7186b8a3f23b786c821ad9b3a900befc680d841
+ source = https://github.com/CrowCpp/crow/releases/download/v1.0+3/crow-v1.0+3.tar.gz
+ md5sums = 9e5bbbf5e32a12f547268da7579b00bd
+ sha256sums = 49e6e1162457cd4da49da76c50af3e725d6f7d1f4698bef44d65563f06514fa4
pkgname = crow
diff --git a/PKGBUILD b/PKGBUILD
index 3df3ef3c94b4..e8a85c2bdf2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: The-EDev <farook@the-e-dev.com>
pkgname=crow
-pkgver=1.0+2
-pkgrel=2
+pkgver=1.0+3
+pkgrel=1
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=('6ed49d015253f7bfe70b66dcd3051282')
-sha256sums=('09e752a96aff6e233871308db7186b8a3f23b786c821ad9b3a900befc680d841')
+md5sums=('9e5bbbf5e32a12f547268da7579b00bd')
+sha256sums=('49e6e1162457cd4da49da76c50af3e725d6f7d1f4698bef44d65563f06514fa4')
package() {
echo "installing to \"$pkgdir/usr/local/\""