summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73faca10280b..cfcd6cd03524 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = grip
pkgdesc = A cd-player and ripper for the Gnome desktop
- pkgver = 4.2.3
+ pkgver = 4.2.4
pkgrel = 1
url = http://sourceforge.net/projects/grip/
arch = i686
@@ -13,7 +13,7 @@ pkgbase = grip
depends = cdparanoia
depends = gtk2
optdepends = yelp: to display the help and notices
- source = http://downloads.sourceforge.net/sourceforge/grip/grip-4.2.3.tar.gz
- sha1sums = 7e17df75900884ccc74cc337b22679dcf0116411
+ source = http://downloads.sourceforge.net/sourceforge/grip/grip-4.2.4.tar.gz
+ sha256sums = 957bb498b2df717f0ad449a8147d2fa7670796ec91c214cbd3f6d6e40c77ea62
pkgname = grip
diff --git a/PKGBUILD b/PKGBUILD
index d194898bc4e5..15bff9939c26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Eric BĂ©langer <eric@archlinux.org>
pkgname=grip
-pkgver=4.2.3
+pkgver=4.2.4
pkgrel=1
pkgdesc="A cd-player and ripper for the Gnome desktop"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ depends=('curl' 'id3lib' 'cdparanoia' 'gtk2')
makedepends=('pkgconfig' 'make')
optdepends=('yelp: to display the help and notices')
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('7e17df75900884ccc74cc337b22679dcf0116411')
+sha256sums=('957bb498b2df717f0ad449a8147d2fa7670796ec91c214cbd3f6d6e40c77ea62')
build() {
cd ${pkgname}-${pkgver}