build: store source_date_epoch as integer
authorPaul Spooren <mail@aparcar.org>
Sun, 29 Aug 2021 03:10:57 +0000 (17:10 -1000)
committerPaul Spooren <mail@aparcar.org>
Mon, 14 Feb 2022 13:40:34 +0000 (14:40 +0100)
The value is retreived from a env variable which defaults to be read as
a string. However the SOURCE_DATE_EPOCH is a unix timestamp aka integer.

Fix this to allow downstream tools to parse the value directly.

Signed-off-by: Paul Spooren <mail@aparcar.org>

No differences found