Update to 0.16.2

Signed-off-by: Страхиња Радић <contact@strahinja.org>
This commit is contained in:
Страхиња Радић 2024-07-01 20:15:36 +02:00
parent 8b865c7338
commit 3f88d8323b
No known key found for this signature in database
GPG key ID: 9D31EA3651E8DF5A
2 changed files with 7 additions and 7 deletions

View file

@ -1,11 +1,11 @@
pkgbase = sled
pkgdesc = Simple text editor
pkgver = 0.16.1
pkgrel = 2
pkgver = 0.16.2
pkgrel = 1
url = https://strahinja.srht.site/sled
arch = x86_64
license = GPL3
source = sled-0.16.1.tar.gz::https://git.sr.ht/~strahinja/sled/archive/v0.16.1.tar.gz
md5sums = 8e3367817a0b3a8c2fa500fc5b0acd8e
source = sled-0.16.2.tar.gz::https://git.sr.ht/~strahinja/sled/archive/v0.16.2.tar.gz
md5sums = ff1d708874ec70f1c5745f205f88c7fa
pkgname = sled

View file

@ -1,13 +1,13 @@
# Maintainer: Strahinya Radich <contact@strahinja.org>
pkgname=sled
pkgver=0.16.1
pkgrel=2
pkgver=0.16.2
pkgrel=1
pkgdesc="Simple text editor"
arch=('x86_64')
url="https://strahinja.srht.site/sled"
license=('GPL3')
source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~strahinja/sled/archive/v$pkgver.tar.gz")
md5sums=('8e3367817a0b3a8c2fa500fc5b0acd8e')
md5sums=('ff1d708874ec70f1c5745f205f88c7fa')
build() {
cd "${pkgname}-v$pkgver"