Skip to content
Snippets Groups Projects
Commit 3789a5cf authored by Natanael Copa's avatar Natanael Copa
Browse files

main/rest: upgrade to 0.7.91

parent b4e7b4bf
No related branches found
No related tags found
No related merge requests found
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=rest
pkgver=0.7.90
pkgver=0.7.91
pkgrel=0
pkgdesc="A library for access to RESTful web services"
url="http://www.gnome.org"
......@@ -18,7 +18,6 @@ _builddir="$srcdir"/rest-$pkgver
prepare() {
local i
cd "$_builddir"
update_config_sub || return 1
for i in $source; do
case $i in
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
......@@ -45,4 +44,6 @@ package() {
rm -f "$pkgdir"/usr/lib/*.la
}
md5sums="639d51e9e9276726db93b1b4c46887f2 rest-0.7.90.tar.xz"
md5sums="abd6211788b9b8dac432a26767099a27 rest-0.7.91.tar.xz"
sha256sums="838814d935143f2dc99eb79f1ac69c615e7b547339f6cd226dd0ed4d7c16b67a rest-0.7.91.tar.xz"
sha512sums="3fa63ca2c2b0d2a0bcccdc5cdd2a7b0d55a7e2600c564fe84e638bac4ac3b24d50199c7e65cb0e15946d9f80965165e5f01bc3521e7d797a66ca90e04a31d659 rest-0.7.91.tar.xz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment