summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Wojdyła2022-07-25 22:52:50 +0200
committerMichał Wojdyła2022-07-25 22:52:50 +0200
commit0e86e7fc7d475c84c7737396cdf6cc4325489a36 (patch)
treecd3c3e78bb5525226cb82537034e7fa47b7b6b50
parent24edbbcccf27e4a4d17369f4b9ebcff617975ed5 (diff)
downloadaur-0e86e7fc7d475c84c7737396cdf6cc4325489a36.tar.gz
update to 2.12.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e55c5e8b178..15f63c555eb3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = hello
pkgdesc = Prints Hello World and more
- pkgver = 2.10
+ pkgver = 2.12.1
pkgrel = 1
url = https://gnu.org
arch = i686
arch = x86_64
license = GPL
- source = https://ftp.gnu.org/gnu/hello/hello-2.10.tar.gz
- md5sums = 6cd0ffea3884a4e79330338dcc2987d6
+ source = https://ftp.gnu.org/gnu/hello/hello-2.12.1.tar.gz
+ md5sums = 5cf598783b9541527e17c9b5e525b7eb
pkgname = hello
-
diff --git a/PKGBUILD b/PKGBUILD
index f44e2de47885..a58c3ca040b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
-#Maintainer: leo <leotemplin@yahoo.de>
+# Maintainer: Michał Wojdyła < micwoj9292 at gmail dot com >
+#Contributor: leo <leotemplin@yahoo.de>
pkgname=hello
-pkgver=2.10
+pkgver=2.12.1
pkgrel=1
pkgdesc="Prints Hello World and more"
arch=(i686 x86_64)
@@ -8,7 +9,7 @@ url='https://gnu.org'
license=('GPL')
source=(https://ftp.gnu.org/gnu/hello/$pkgname-$pkgver.tar.gz)
-md5sums=('6cd0ffea3884a4e79330338dcc2987d6')
+md5sums=('5cf598783b9541527e17c9b5e525b7eb')
build(){
cd "$pkgname-$pkgver"