diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-11-27 23:05:03 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-11-27 23:05:03 +0100 |
commit | a3c5fc9dae29a144bbb4c4c3cbc83bbce575fb83 (patch) | |
tree | 18b3b65fd7b9449c18e36dd4548a50793f465536 /dist/archlinux/stable | |
parent | fix makefile (diff) | |
download | mongotimer-a3c5fc9dae29a144bbb4c4c3cbc83bbce575fb83.tar.gz mongotimer-a3c5fc9dae29a144bbb4c4c3cbc83bbce575fb83.tar.bz2 mongotimer-a3c5fc9dae29a144bbb4c4c3cbc83bbce575fb83.tar.xz |
update dist
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'dist/archlinux/stable')
-rw-r--r-- | dist/archlinux/stable/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD index 6a60f42..b213a60 100644 --- a/dist/archlinux/stable/PKGBUILD +++ b/dist/archlinux/stable/PKGBUILD @@ -10,7 +10,7 @@ license=('GPL3') depends=(glibc linux) makedepends=(linux-api-headers general-preprocessor) source=("${url}/archive/${pkgver}.tar.gz") -sha256sums=(5a4747c320861db61769ff5e98f5c3ad6bcbe9467db7e7ead9893ea7f5c2f52b) +sha256sums=(ae2298905a2f729679fddaeb732183b95607438af62dca02bdf5ae0a1b29e950) build() { |