summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmri Bornstein2022-07-11 06:25:18 +0000
committerOmri Bornstein2022-07-11 06:25:18 +0000
commitac97c215e68cee3cf510738b46aaf8adc9a75771 (patch)
tree9d3c84aeea30a1221e2658a84bf3de2ee7395a83
parent77fd63b367b56bf9078f1261ab1662d30560c6a4 (diff)
downloadaur-ac97c215e68cee3cf510738b46aaf8adc9a75771.tar.gz
Update to v1.0.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50c269ee6155..ea28309f43b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = stalk-bin
pkgdesc = Cross-platform file watcher.
- pkgver = 1.0.2
+ pkgver = 1.0.3
pkgrel = 1
url = https://github.com/AppleGamer22/stalk
license = GPL3
@@ -11,10 +11,10 @@ pkgbase = stalk-bin
conflicts = stalk
provides = stalk
arch = aarch64
- source_aarch64 = https://github.com/AppleGamer22/stalk/releases/download/v1.0.2/stalk_1.0.2_linux_arm64.tar.gz
- sha256sums_aarch64 = dc7761683610b7630b8401ebfd8f67857feb73a00acbc1803350c8c5b50911a7
+ source_aarch64 = https://github.com/AppleGamer22/stalk/releases/download/v1.0.3/stalk_1.0.3_linux_arm64.tar.gz
+ sha256sums_aarch64 = 5f1818f23ec9632b015cf617b2c2d2f23aa73a79ac8ce55a2e7999d7fb484455
arch = x86_64
- source_x86_64 = https://github.com/AppleGamer22/stalk/releases/download/v1.0.2/stalk_1.0.2_linux_amd64.tar.gz
- sha256sums_x86_64 = da2299b34b12b70a267c5d0cf7bd704d77083636867eded07c36c41fdc77f19a
+ source_x86_64 = https://github.com/AppleGamer22/stalk/releases/download/v1.0.3/stalk_1.0.3_linux_amd64.tar.gz
+ sha256sums_x86_64 = 631d5afe093ae616365aa46b8ab5003f56c7123ca169486fc77cfc7fa2f22b7b
pkgname = stalk-bin
diff --git a/PKGBUILD b/PKGBUILD
index 966d2098b87f..2d969cc6edb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Omri Bornstein <omribor@gmail.com>
pkgname='stalk-bin'
-pkgver=1.0.2
+pkgver=1.0.3
pkgrel=1
pkgdesc='Cross-platform file watcher.'
url='https://github.com/AppleGamer22/stalk'
@@ -14,11 +14,11 @@ conflicts=('stalk')
depends=('dbus')
optdepends=('bash' 'fish' 'zsh')
-source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/AppleGamer22/stalk/releases/download/v1.0.2/stalk_1.0.2_linux_arm64.tar.gz")
-sha256sums_aarch64=('dc7761683610b7630b8401ebfd8f67857feb73a00acbc1803350c8c5b50911a7')
+source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/AppleGamer22/stalk/releases/download/v1.0.3/stalk_1.0.3_linux_arm64.tar.gz")
+sha256sums_aarch64=('5f1818f23ec9632b015cf617b2c2d2f23aa73a79ac8ce55a2e7999d7fb484455')
-source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/AppleGamer22/stalk/releases/download/v1.0.2/stalk_1.0.2_linux_amd64.tar.gz")
-sha256sums_x86_64=('da2299b34b12b70a267c5d0cf7bd704d77083636867eded07c36c41fdc77f19a')
+source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/AppleGamer22/stalk/releases/download/v1.0.3/stalk_1.0.3_linux_amd64.tar.gz")
+sha256sums_x86_64=('631d5afe093ae616365aa46b8ab5003f56c7123ca169486fc77cfc7fa2f22b7b')
package() {
install -Dm755 stalk "${pkgdir}/usr/bin/stalk"