summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Rosenstrauch2021-07-13 12:26:52 -0400
committerDavid Rosenstrauch2021-07-13 12:26:52 -0400
commitbbd8c54917ed2bee4805741acaa21f83332a2a58 (patch)
treefed769c570a9ad72d8ad98c73160e8c76b2ee5fc /PKGBUILD
parent53049154b8e2978f09fb224603596cacd56091ff (diff)
downloadaur-bbd8c54917ed2bee4805741acaa21f83332a2a58.tar.gz
Upgrade to v1.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 756ed0fc271f..e17184fe8b18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,19 +5,19 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=gtk-gnutella
-pkgver=1.2.0
+pkgver=1.2.1
pkgrel=1
pkgdesc="A Gnutella server/client"
arch=('i686' 'x86_64')
-url="http://gtk-gnutella.sourceforge.net/"
+url="https://github.com/gtk-gnutella/gtk-gnutella"
license=('GPL')
makedepends=('pkg-config')
depends=('gtk2' 'glib2' 'desktop-file-utils')
source=(
- "http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"
+ "https://github.com/gtk-gnutella/gtk-gnutella/archive/refs/tags/v1.2.1.tar.gz"
)
md5sums=(
- '01a20e2cd7ec153c9e4a5f3ef6ed5433'
+ 'e6298a64427cccd414e8a2a0d707006f'
)
build() {