debug-me: update to 1.20200820

This commit is contained in:
slotThe 2020-09-14 13:10:48 +02:00 committed by Daniel Kolesa
parent 1038035848
commit 59ce39af6e
2 changed files with 4 additions and 5 deletions
srcpkgs/debug-me

View file

@ -1,9 +1,8 @@
packages: packages:
- '.' - '.'
resolver: lts-15.4 resolver: lts-16.13
extra-deps: extra-deps:
- posix-pty-0.2.1.1 - posix-pty-0.2.1.1
- graphviz-2999.20.0.3 - graphviz-2999.20.1.0
- sandi-0.5 - sandi-0.5
- protobuf-0.2.1.3@sha256:d8ed3c73027c6b7e7583c6a94ee1835beee8a755a875b06bbf51bc667d53ab69,3048 - protobuf-0.2.1.3@sha256:d8ed3c73027c6b7e7583c6a94ee1835beee8a755a875b06bbf51bc667d53ab69,3048
allow-newer: true

View file

@ -1,6 +1,6 @@
# Template file for 'debug-me' # Template file for 'debug-me'
pkgname=debug-me pkgname=debug-me
version=1.20190926 version=1.20200820
revision=1 revision=1
build_style=haskell-stack build_style=haskell-stack
makedepends="zlib-devel" makedepends="zlib-devel"
@ -9,7 +9,7 @@ maintainer="Dominic Monroe <monroef4@googlemail.com>"
license="AGPL-3.0-or-later" license="AGPL-3.0-or-later"
homepage="https://debug-me.branchable.com/" homepage="https://debug-me.branchable.com/"
distfiles="https://git.joeyh.name/index.cgi/${pkgname}.git/snapshot/${pkgname}-${version}.tar.gz" distfiles="https://git.joeyh.name/index.cgi/${pkgname}.git/snapshot/${pkgname}-${version}.tar.gz"
checksum=bfce3ded4897a2939d68ae9082be30c34bc21bb5b44b744a4417cc87252e8195 checksum=9497dc9b85a58e5c499ea25fa1bed9f4fd6cdd2f57564f52a0e4152ad4fdc102
nocross=yes # Can't yet cross compile Haskell nocross=yes # Can't yet cross compile Haskell
nopie_files="/usr/bin/debug-me" nopie_files="/usr/bin/debug-me"