summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdmund2023-05-02 17:06:54 +0200
committerEdmund2023-05-02 17:06:54 +0200
commit72624df51b67de68e36d5660a50f6cafbe6a010d (patch)
tree0f59504571da7c984bbf5eee9ae675e5a2201d32
parent7845f0a6387be743122f03b553140a7feef06b28 (diff)
downloadaur-72624df51b67de68e36d5660a50f6cafbe6a010d.tar.gz
Updated to 11.0.3 - Nothing new for Archlinux
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96186af7317a..85d962e91945 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libcs50
pkgdesc = CS50 Library for C
- pkgver = 11.0.1
- pkgrel = 3
+ pkgver = 11.0.2
+ pkgrel = 1
url = https://github.com/cs50/libcs50
install = libcs50.install
arch = i686
@@ -10,9 +10,9 @@ pkgbase = libcs50
license = GPL3
optdepends = clang: compiler currently used in CS50x course (2023)
conflicts = libcs50-git
- source = libcs50-11.0.1.tar.gz::https://github.com/cs50/libcs50/archive/v11.0.1.tar.gz
+ source = libcs50-11.0.2.tar.gz::https://github.com/cs50/libcs50/archive/v11.0.2.tar.gz
source = Makefile.patch
- sha256sums = 339a3903d20af5b1eff27515a0756e33d182fdafc02c7712b11f5b34c6252788
+ sha256sums = 3439547f7a73cae96d9208c24bbd1f6e7cf055acaba6ac30362e8f32fd521e36
sha256sums = 4a10efd4f4f6b6bb18152a4f28497f7f8562aaa5aaf50c401d308827b922ef3f
pkgname = libcs50
diff --git a/PKGBUILD b/PKGBUILD
index 32fe904a1b54..939f990b0d31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# Contributor: justinus <jestine.paul@gmail.com>
pkgname='libcs50'
-pkgver=11.0.1
-pkgrel=3
+pkgver=11.0.2
+pkgrel=1
pkgdesc="CS50 Library for C"
arch=('i686' 'x86_64')
url='https://github.com/cs50/libcs50'
@@ -48,3 +48,5 @@ package() {
}
# vim: ts=2 sw=2 et:
+sha256sums=('3439547f7a73cae96d9208c24bbd1f6e7cf055acaba6ac30362e8f32fd521e36'
+ '4a10efd4f4f6b6bb18152a4f28497f7f8562aaa5aaf50c401d308827b922ef3f')