summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2017-08-27 14:35:28 +0200
committerMarcin Wieczorek2017-08-27 14:35:28 +0200
commite5c5048636096b35e5fe7a1d8271b5cfcb8f3c20 (patch)
treebbdcddba330697f168f759676489a292c318fd31
parentd54fd0dbc1854e5130c159e23c43fdeaf7f5fdd8 (diff)
downloadaur-e5c5048636096b35e5fe7a1d8271b5cfcb8f3c20.tar.gz
Version 3.62.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9bca72f5b12..26afbf962d2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = 4th
pkgdesc = A Forth Compiler
- pkgver = 3.62.4
+ pkgver = 3.62.5
pkgrel = 1
url = http://www.xs4all.nl/~thebeez/4tH/index.html
arch = i686
arch = x86_64
license = LGPL
- source = 4th-3.62.4-unix.tar.gz::http://sourceforge.net/projects/forth-4th/files/4th-3.62.4/4th-3.62.4-unix.tar.gz/download
- sha256sums = 1c7adbb1a56dad4c4c781e6e023d77ac862842560c05246b691d07e9a4460ab2
+ source = 4th-3.62.5-unix.tar.gz::http://sourceforge.net/projects/forth-4th/files/4th-3.62.5/4th-3.62.5-unix.tar.gz/download
+ sha256sums = f822f7dd8cfb0b1744a62d653c6efe933578ae1789ec60a088509a38bca4b4fc
pkgname = 4th
diff --git a/PKGBUILD b/PKGBUILD
index 124b7020a424..c0e891de87ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
# Contributor: jorge_barroso <jorge.barroso.11@gmail.com
pkgname=4th
-pkgver=3.62.4
+pkgver=3.62.5
pkgrel=1
pkgdesc="A Forth Compiler"
arch=('i686' 'x86_64')
url="http://www.xs4all.nl/~thebeez/4tH/index.html"
license=('LGPL')
source=("4th-${pkgver}-unix.tar.gz::http://sourceforge.net/projects/forth-4th/files/4th-${pkgver}/4th-${pkgver}-unix.tar.gz/download")
-sha256sums=('1c7adbb1a56dad4c4c781e6e023d77ac862842560c05246b691d07e9a4460ab2')
+sha256sums=('f822f7dd8cfb0b1744a62d653c6efe933578ae1789ec60a088509a38bca4b4fc')
build() {
cd "${srcdir}/${pkgname}-${pkgver}-unix/sources/"