diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2022-12-04 22:48:45 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2022-12-04 22:48:45 +0800 |
commit | 7b4385750a0e20a93fe89441b045e24cc0158394 (patch) | |
tree | 6d7661ec3cd381b2f8ca6654b7399765b7ef5f53 | |
parent | 7acf96cbf51fd5b38fad031cf2b38418698308e8 (diff) | |
download | AUR4-PKGBUILD-7b4385750a0e20a93fe89441b045e24cc0158394.tar.gz AUR4-PKGBUILD-7b4385750a0e20a93fe89441b045e24cc0158394.tar.zst AUR4-PKGBUILD-7b4385750a0e20a93fe89441b045e24cc0158394.zip |
guile-json: 4.7.1 -> 4.7.3
-rw-r--r-- | guile-json/.SRCINFO | 6 | ||||
-rw-r--r-- | guile-json/PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/guile-json/.SRCINFO b/guile-json/.SRCINFO index d69a9a9..b4f4e85 100644 --- a/guile-json/.SRCINFO +++ b/guile-json/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = guile-json pkgdesc = JSON module for Guile - pkgver = 4.7.1 + pkgver = 4.7.3 pkgrel = 1 url = https://savannah.nongnu.org/projects/guile-json arch = x86_64 @@ -8,7 +8,7 @@ pkgbase = guile-json arch = armv7h license = GPL3 depends = guile - source = https://download.savannah.gnu.org/releases/guile-json/guile-json-4.7.1.tar.gz - sha256sums = c5349a2380f67c8a613a9b3af7c98d21325d443023369e6f761b366e96946843 + source = https://download.savannah.gnu.org/releases/guile-json/guile-json-4.7.3.tar.gz + sha256sums = 38ba048ed29d12f05b32c5b2fb7a51795c448b41e403a2b1b72ff0035817f388 pkgname = guile-json diff --git a/guile-json/PKGBUILD b/guile-json/PKGBUILD index 2004208..2a055af 100644 --- a/guile-json/PKGBUILD +++ b/guile-json/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: tantalum pkgname=guile-json -pkgver=4.7.1 +pkgver=4.7.3 pkgrel=1 pkgdesc='JSON module for Guile' arch=('x86_64' 'i686' 'armv7h') @@ -12,7 +12,7 @@ url='https://savannah.nongnu.org/projects/guile-json' license=('GPL3') depends=('guile') source=("https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz") -sha256sums=('c5349a2380f67c8a613a9b3af7c98d21325d443023369e6f761b366e96946843') +sha256sums=('38ba048ed29d12f05b32c5b2fb7a51795c448b41e403a2b1b72ff0035817f388') build() { cd "$pkgname-$pkgver" |